Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
RachalCassity committed Sep 23, 2024
1 parent 3857f43 commit b02a336
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/require_backend_label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,6 @@ jobs:
- name: Add require-backend-approval label
if: github.event.pull_request.draft == false && steps.requested_reviewers.outputs.omit_backend != "true"
uses: actions-ecosystem/action-add-labels@v1
if: |
github.event.pull_request.draft == false &&
!contains(toJSON(github.event.pull_request.requested_teams.*.name), 'mobile') &&
!contains(toJSON(github.event.pull_request.requested_teams.*.name), 'lighthouse') &&
!contains(toJSON(github.event.pull_request.requested_teams.*.name), 'identity')
with:
number: ${{ github.event.pull_request.number }}
labels: |
Expand Down

0 comments on commit b02a336

Please sign in to comment.