Skip to content

Commit

Permalink
ci: add missing permissions section
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Aug 18, 2022
1 parent 629c96d commit bf6bdef
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .changeset/modern-mayflies-scream.md
@@ -1,5 +1,5 @@
---
'stylelint': minor
"stylelint": minor
---

Added: `ignoreAfterCombinators: []` to `selector-max-universal` ([#6275](https://github.com/stylelint/stylelint/pull/6275))
5 changes: 5 additions & 0 deletions .github/workflows/releasing.yml
Expand Up @@ -5,6 +5,11 @@ on:
branches:
- main

permissions:
contents: read
issues: write
pull-requests: write

concurrency: ${{ github.workflow }}-${{ github.ref }}

jobs:
Expand Down

0 comments on commit bf6bdef

Please sign in to comment.