Skip to content

Commit d77dea9

Browse files
authored
🤖 Sync org-wide files to upstream repo (#105)
More info: exercism/org-wide-files@0c0972d
1 parent 8f8d4f3 commit d77dea9

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: No important files changed
2+
3+
on:
4+
pull_request_target:
5+
types: [opened]
6+
branches: [main]
7+
paths:
8+
- "exercises/concept/**"
9+
- "exercises/practice/**"
10+
- "!exercises/*/*/.approaches/**"
11+
- "!exercises/*/*/.articles/**"
12+
- "!exercises/*/*/.docs/**"
13+
- "!exercises/*/*/.meta/**"
14+
15+
permissions:
16+
pull-requests: write
17+
18+
jobs:
19+
pause:
20+
uses: exercism/github-actions/.github/workflows/check-no-important-files-changed.yml@main
21+
with:
22+
repository: ${{ github.event.pull_request.head.repo.owner.login }}/${{ github.event.pull_request.head.repo.name }}
23+
ref: ${{ github.head_ref }}

‎CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,4 @@ This policy was initially adopted from the Front-end London Slack community and
9090
A version history can be seen on [GitHub](https://github.com/exercism/website-copy/edit/main/pages/code_of_conduct.md).
9191

9292
_This policy is a "living" document, and subject to refinement and expansion in the future.
93-
This policy applies to the Exercism website, the Exercism GitHub organization, any other Exercism-related communication channels (e.g. Slack, Twitter, email) and any other Exercism entity or event._
93+
This policy applies to the Exercism website, the Exercism GitHub organization, any other Exercism-related communication channels (e.g. Discord, Forum, Twitter, email) and any other Exercism entity or event._

0 commit comments

Comments
 (0)