Skip to content

Commit 0d395d4

Browse files
committed
Run top issues workflow only in PyGithub repo
1 parent c44ec52 commit 0d395d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/top-issues.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ jobs:
88
ShowAndLabelTopIssues:
99
name: Display and label top issues
1010
runs-on: ubuntu-latest
11+
if: github.repository == 'PyGithub/PyGithub'
1112
steps:
1213
- name: Run top issues action
1314
uses: rickstaa/top-issues-action@7e8dda5d5ae3087670f9094b9724a9a091fc3ba1 # v1.3.101

0 commit comments

Comments
 (0)