Skip to content

Commit

Permalink
Tested in mui/toolpad#849 it works
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Tassinari <[email protected]>
  • Loading branch information
oliviertassinari committed Oct 15, 2022
1 parent 776cbcc commit dd7aaa4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/check-if-pr-has-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,11 @@ on:
pull_request:
types: [opened, reopened, labeled, unlabeled]

permissions:
contents: read

jobs:
test-label-applied: # Tests that label is added on the PR
runs-on: ubuntu-latest
permissions:
pull-requests: read
contents: read
steps:
- uses: mnajdova/[email protected]
with:
Expand Down

0 comments on commit dd7aaa4

Please sign in to comment.