We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76f788e commit e715db6Copy full SHA for e715db6
.github/workflows/reusable-check-built-files.yml
@@ -39,7 +39,7 @@ jobs:
39
runs-on: ubuntu-24.04
40
permissions:
41
contents: write
42
- pull-request: write
+ pull-requests: write
43
# This prevents a second run after changes are committed back because Dependabot always rebases updates onto trunk.
44
if: ${{ github.actor != 'dependabot[bot]' || github.event.commits < 2 }}
45
steps:
0 commit comments