Skip to content

Commit

Permalink
chore: update repository templates
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Oct 2, 2020
1 parent 5c87315 commit a39ddde
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/closed_references.yml
Expand Up @@ -12,6 +12,7 @@ on:

jobs:
find_closed_references:
if: github.repository_owner == 'ory'
runs-on: ubuntu-latest
name: Find closed references
steps:
Expand All @@ -22,6 +23,5 @@ jobs:
- uses: ory/closed-reference-notifier@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
ignore: ".git,**/node_modules,docs,CHANGELOG.md,.bin,*.md"
issueLabels: upstream
issueLabels: upstream,good first issue,help wanted
issueLimit: ${{ github.event.inputs.issueLimit || '5' }}
1 change: 1 addition & 0 deletions .github/workflows/labels.yml
Expand Up @@ -8,6 +8,7 @@ on:

jobs:
milestone:
if: github.repository_owner == 'ory'
name: Synchronize Issue Labels
runs-on: ubuntu-latest
steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/stale.yml
Expand Up @@ -6,6 +6,7 @@ on:

jobs:
stale:
if: github.repository_owner == 'ory'
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v3
Expand Down
3 changes: 3 additions & 0 deletions .reference-ignore
@@ -0,0 +1,3 @@
**/node_modules
docs
CHANGELOG.md

0 comments on commit a39ddde

Please sign in to comment.