Skip to content

Commit

Permalink
[core] Fix permissions in workflow
Browse files Browse the repository at this point in the history
See mui/mui-x#6658 for more details.
  • Loading branch information
oliviertassinari authored and felipe.richter committed Dec 6, 2022
1 parent 6822ca4 commit cee4154
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/no-response.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: No Response
name: No response

# Both `issue_comment` and `scheduled` event types are required for this Action
# to work properly.
Expand All @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
issues: write
steps:
- uses: lee-dohm/[email protected]
with:
Expand Down

0 comments on commit cee4154

Please sign in to comment.