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

Commit

Permalink
fix: new-feature no longer needs to depend on check-feature-request
Browse files Browse the repository at this point in the history
  • Loading branch information
daphne-sfdc committed May 24, 2024
1 parent 3eb050d commit 634997b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/validateUpdatedIssues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ jobs:
repo-token: ${{ secrets.IDEE_GH_TOKEN}}

new-feature:
if: ${{ (github.event.label.name == 'feature' || github.event.label.name == 'type:enhancements' || (needs.check-feature-request.outputs.is_feature_request == 'true')) && !contains(github.event.issue.labels.*.name, 'status:owned by another team') }}
needs: [check-feature-request]
if: ${{ (github.event.label.name == 'feature' || github.event.label.name == 'type:enhancements') && !contains(github.event.issue.labels.*.name, 'status:owned by another team') }}
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
Expand Down

0 comments on commit 634997b

Please sign in to comment.