Skip to content

Commit

Permalink
changee label name
Browse files Browse the repository at this point in the history
  • Loading branch information
tatomyr committed Feb 6, 2024
1 parent 4d35238 commit f1bb5da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/require-changeset.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Require Either a Changeset or a Label 'No changeset needed'
name: Require Either a Changeset or a Label 'No Changeset Needed'
on:
pull_request:
types: [opened, synchronize, reopened, labeled, unlabeled]

jobs:
require-changeset:
if: ${{ github.event.label.name != 'question' }}
require-changeset-or-label:
if: ${{ github.event.label.name != 'No Changeset Needed' }}
runs-on: ubuntu-latest
env:
CI: true
Expand Down

0 comments on commit f1bb5da

Please sign in to comment.