-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🤖 Sync org-wide files to upstream repo (#65)
More info: exercism/org-wide-files@0c0972d
- Loading branch information
1 parent
446692e
commit 7402644
Showing
2 changed files
with
24 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
name: No important files changed | ||
|
||
on: | ||
pull_request_target: | ||
types: [opened] | ||
branches: [main] | ||
paths: | ||
- "exercises/concept/**" | ||
- "exercises/practice/**" | ||
- "!exercises/*/*/.approaches/**" | ||
- "!exercises/*/*/.articles/**" | ||
- "!exercises/*/*/.docs/**" | ||
- "!exercises/*/*/.meta/**" | ||
|
||
permissions: | ||
pull-requests: write | ||
|
||
jobs: | ||
pause: | ||
uses: exercism/github-actions/.github/workflows/check-no-important-files-changed.yml@main | ||
with: | ||
repository: ${{ github.event.pull_request.head.repo.owner.login }}/${{ github.event.pull_request.head.repo.name }} | ||
ref: ${{ github.head_ref }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters