Skip to content

Commit

Permalink
Merge pull request #8 from CCBR/issue-labels-on-open
Browse files Browse the repository at this point in the history
fix: run reponame_labels.yaml only when issue opened
  • Loading branch information
kopardev authored Nov 15, 2023
2 parents d766f71 + 11264bf commit b0f5417
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/reponame_labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: Auto add reponame as label to all issues and PRs

on:
issues:
- opened
pull_request:
- opened

jobs:
add_label:
Expand Down

0 comments on commit b0f5417

Please sign in to comment.