Skip to content

Commit b573784

Browse files
Sync org wide files (#2706)
* πŸ€– Sync org-wide files to upstream repo More info: exercism/org-wide-files@bfc6fe5 * Restore configlet workflow, prevent future updates --------- Co-authored-by: Exercism Bot <[email protected]>
1 parent 0bba2cf commit b573784

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[configlet]
2+
fmt = true

β€Ž.github/workflows/configlet.ymlβ€Ž

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,4 @@ jobs:
1414
configlet:
1515
uses: exercism/github-actions/.github/workflows/configlet.yml@main
1616
with:
17-
lint: true
1817
fmt: true

β€Ž.github/workflows/no-important-files-changed.ymlβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
if: steps.check.outputs.important_files_changed == 'true'
5858
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea
5959
with:
60+
github-token: ${{ github.token }}
6061
script: |
6162
const body = "This PR touches files which potentially affect the outcome of the tests of an exercise. This will cause all students' solutions to affected exercises to be re-tested.\n\nIf this PR does **not** affect the result of the test (or, for example, adds an edge case that is not worth rerunning all tests for), **please add the following to the merge-commit message** which will stops student's tests from re-running. Please copy-paste to avoid typos.\n```\n[no important files changed]\n```\n\n For more information, refer to the [documentation](https://exercism.org/docs/building/tracks#h-avoiding-triggering-unnecessary-test-runs). If you are unsure whether to add the message or not, please ping `@exercism/maintainers-admin` in a comment. Thank you!"
6263
github.rest.issues.createComment({

0 commit comments

Comments
Β (0)