diff --git a/scripts/AnVIL_Feedback_Script.sh b/.github/AnVIL_Feedback_Script.sh similarity index 100% rename from scripts/AnVIL_Feedback_Script.sh rename to .github/AnVIL_Feedback_Script.sh diff --git a/.github/sync.yml b/.github/sync.yml index 6026ab38..3ab8b829 100644 --- a/.github/sync.yml +++ b/.github/sync.yml @@ -9,12 +9,12 @@ group: test-send-updates.yml starting-course.yml release-notes.yml + - source: .github/AnVIL_Feedback_Script.sh + dest: .github/AnVIL_Feedback_Script.sh - source: .github/ISSUE_TEMPLATE/course-problem-report.md dest: .github/ISSUE_TEMPLATE/course-problem-report.md - source: .github/ISSUE_TEMPLATE/course-content-add.md dest: .github/ISSUE_TEMPLATE/course-content-add.md - - source: scripts/AnVIL_Feedback_Script.sh - dest: scripts/AnVIL_Feedback_Script.sh - source: code_of_conduct.md dest: code_of_conduct.md - source: style-sets diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index a137bc48..de764597 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -171,7 +171,7 @@ jobs: id: feedback if: ${{needs.yaml-check.outputs.toggle_feedback_link == 'yes'}} run: | - bash scripts/AnVIL_Feedback_Script.sh + bash .github/AnVIL_Feedback_Script.sh git add _output.yml git commit -m 'Set up feedback link' || echo "No changes to commit" diff --git a/.github/workflows/render-all.yml b/.github/workflows/render-all.yml index 36a4cae0..177b4a9c 100644 --- a/.github/workflows/render-all.yml +++ b/.github/workflows/render-all.yml @@ -67,7 +67,7 @@ jobs: - name: Set up feedback link if: ${{needs.yaml-check.outputs.toggle_feedback_link == 'yes'}} run: | - bash scripts/AnVIL_Feedback_Script.sh + bash .github/AnVIL_Feedback_Script.sh git add _output.yml git commit -m 'Set up feedback link' || echo "No changes to commit"