Skip to content

Commit a7a8b74

Browse files
authored
chore: update repository templates (#179)
1 parent c3c749a commit a7a8b74

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

.github/workflows/closed_references.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212

1313
jobs:
1414
find_closed_references:
15+
if: github.repository_owner == 'ory'
1516
runs-on: ubuntu-latest
1617
name: Find closed references
1718
steps:
@@ -22,6 +23,5 @@ jobs:
2223
- uses: ory/closed-reference-notifier@v1
2324
with:
2425
token: ${{ secrets.GITHUB_TOKEN }}
25-
ignore: ".git,**/node_modules,docs,CHANGELOG.md,.bin,*.md"
26-
issueLabels: upstream
26+
issueLabels: upstream,good first issue,help wanted
2727
issueLimit: ${{ github.event.inputs.issueLimit || '5' }}

.github/workflows/labels.yml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88

99
jobs:
1010
milestone:
11+
if: github.repository_owner == 'ory'
1112
name: Synchronize Issue Labels
1213
runs-on: ubuntu-latest
1314
steps:

.github/workflows/stale.yml

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66

77
jobs:
88
stale:
9+
if: github.repository_owner == 'ory'
910
runs-on: ubuntu-latest
1011
steps:
1112
- uses: actions/stale@v3

.reference-ignore

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
**/node_modules
2+
docs
3+
CHANGELOG.md

0 commit comments

Comments
 (0)