Skip to content

Commit 16aafdf

Browse files
fix: mistake-pr workflow on every fork (#61)
1 parent 20d5c2e commit 16aafdf

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/disable-auto-reopen-after-second-close.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ permissions:
1010

1111
jobs:
1212
disable:
13+
if: github.repository == 'Pedro-Pathing/Quickstart'
1314
runs-on: ubuntu-latest
1415
steps:
1516
- name: Disable automatic reopen

.github/workflows/mistake-pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ permissions:
1010

1111
jobs:
1212
detect:
13+
if: github.repository == 'Pedro-Pathing/Quickstart'
1314
runs-on: ubuntu-latest
1415
steps:
1516
- name: Detect mistake PR

.github/workflows/reopen-once.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ permissions:
1010

1111
jobs:
1212
reopen:
13+
if: github.repository == 'Pedro-Pathing/Quickstart'
1314
runs-on: ubuntu-latest
1415
steps:
1516
- name: Handle /not-a-mistake

0 commit comments

Comments
 (0)