Skip to content

Commit

Permalink
Merge 4e73c70 into 4a77e21
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Oct 1, 2020
2 parents 4a77e21 + 4e73c70 commit 899357c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/closed_references.yml
Expand Up @@ -16,9 +16,12 @@ jobs:
name: Find closed references
steps:
- uses: actions/checkout@v2
- uses: ory/closed-reference-notifier@v1.1.4
- uses: actions/setup-node@v2-beta
with:
node-version: '14'
- uses: ory/closed-reference-notifier@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
ignore: '.git,**/node_modules,docs,CHANGELOG.md,.bin,*.md'
ignore: ".git,**/node_modules,docs,CHANGELOG.md,.bin,*.md"
issueLabels: upstream
issueLimit: ${{ github.event.inputs.issueLimit || '5' }}

0 comments on commit 899357c

Please sign in to comment.