diff --git a/.github/workflows/auto-label-conventional-commits.yaml b/.github/workflows/auto-label-conventional-commits.yaml index a1f7135fd..c3f099ef7 100644 --- a/.github/workflows/auto-label-conventional-commits.yaml +++ b/.github/workflows/auto-label-conventional-commits.yaml @@ -1,11 +1,13 @@ name: "Auto Label Conventional Commits" on: issues: - - reopened - - opened + types: + - reopened + - opened pull_request: - - reopened - - opened + types: + - reopened + - opened jobs: label_issues: runs-on: ubuntu-latest