From 42e101015759e5ad44adb02fda150d1f6086715b Mon Sep 17 00:00:00 2001 From: aeneasr <3372410+aeneasr@users.noreply.github.com> Date: Fri, 2 Oct 2020 10:04:52 +0000 Subject: [PATCH] chore: update repository templates --- .github/workflows/closed_references.yml | 3 +-- .reference-ignore | 3 +++ 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 .reference-ignore diff --git a/.github/workflows/closed_references.yml b/.github/workflows/closed_references.yml index 3e21a743..78abc92a 100644 --- a/.github/workflows/closed_references.yml +++ b/.github/workflows/closed_references.yml @@ -22,6 +22,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' }} diff --git a/.reference-ignore b/.reference-ignore new file mode 100644 index 00000000..eee2a89c --- /dev/null +++ b/.reference-ignore @@ -0,0 +1,3 @@ +**/node_modules +docs +CHANGELOG.md