We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2c50ed1 + 623ced2 commit 03b52a9Copy full SHA for 03b52a9
1 file changed
.github/workflows/apply-clean-fixes.yml
@@ -9,6 +9,9 @@ jobs:
9
if: contains(github.event.issue.body, '--HouseLearningCleanPlease') &&
10
contains(github.event.issue.body, 'Fixes PR:')
11
runs-on: ubuntu-latest
12
+ permissions:
13
+ contents: write
14
+ issues: read
15
16
steps:
17
- uses: actions/checkout@v4
0 commit comments