Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

Commit

Permalink
fix: validateNewIssues.yml does not need to run when a label is added…
Browse files Browse the repository at this point in the history
… to an issue
  • Loading branch information
daphne-sfdc committed May 25, 2024
1 parent 3cc0ea5 commit b6b3d5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validateNewIssues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
#

name: "Validate New Issues"
on: # issue opened, labeled as "feature", labeled as "type:enhancements", or labeled as "status:owned by another team"
on: # issue opened
issues:
types: [opened, labeled]
types: [opened]

jobs:
# Check if the issue is a feature request, and if it is, tag it with 'type:enhancements' (this job is a prerequisite to all the other jobs)
Expand Down

0 comments on commit b6b3d5a

Please sign in to comment.