From 9d649aab200b680c93f289df49a3ba0c0b234904 Mon Sep 17 00:00:00 2001 From: hackerman <3372410+aeneasr@users.noreply.github.com> Date: Fri, 2 Oct 2020 18:19:00 +0200 Subject: [PATCH] chore: update repository templates (#731) --- .github/workflows/closed_references.yml | 4 ++-- .github/workflows/labels.yml | 1 + .github/workflows/milestone.yml | 1 + .github/workflows/stale.yml | 1 + .reference-ignore | 3 +++ 5 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 .reference-ignore diff --git a/.github/workflows/closed_references.yml b/.github/workflows/closed_references.yml index 3e21a7435f9a..ebafc8a71af4 100644 --- a/.github/workflows/closed_references.yml +++ b/.github/workflows/closed_references.yml @@ -12,6 +12,7 @@ on: jobs: find_closed_references: + if: github.repository_owner == 'ory' runs-on: ubuntu-latest name: Find closed references steps: @@ -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' }} diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index 4ad85dbec6f7..c470ddc82f6a 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -8,6 +8,7 @@ on: jobs: milestone: + if: github.repository_owner == 'ory' name: Synchronize Issue Labels runs-on: ubuntu-latest steps: diff --git a/.github/workflows/milestone.yml b/.github/workflows/milestone.yml index 5b5e7f97a47e..fb47e4a78f0f 100644 --- a/.github/workflows/milestone.yml +++ b/.github/workflows/milestone.yml @@ -7,6 +7,7 @@ on: jobs: milestone: + if: github.repository_owner == 'ory' name: Generate and Publish Milestone Document runs-on: ubuntu-latest steps: diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 117f8469baf2..3017170dbeb6 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -6,6 +6,7 @@ on: jobs: stale: + if: github.repository_owner == 'ory' runs-on: ubuntu-latest steps: - uses: actions/stale@v3 diff --git a/.reference-ignore b/.reference-ignore new file mode 100644 index 000000000000..eee2a89c2edb --- /dev/null +++ b/.reference-ignore @@ -0,0 +1,3 @@ +**/node_modules +docs +CHANGELOG.md