Skip to content

Commit

Permalink
fix: only add label when issue opened
Browse files Browse the repository at this point in the history
related to CCBR/.github#8
  • Loading branch information
kelly-sovacool authored Nov 8, 2023
1 parent ded9021 commit c8e4ce2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/auto_add_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 c8e4ce2

Please sign in to comment.