We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cca588e commit e71ebcbCopy full SHA for e71ebcb
1 file changed
README.md
@@ -65,10 +65,6 @@ on:
65
workflows: ['API Surface Check']
66
types: [completed]
67
68
-permissions:
69
- contents: read
70
- pull-requests: write
71
-
72
# Cancel an in-progress comment run when a force-push or workflow_run re-run
73
# fires for the same PR. head_sha alone wouldn't catch force-pushes (each push
74
# has a different SHA); the (head repo + head branch) pair survives that and
@@ -79,7 +75,13 @@ concurrency:
79
75
80
76
jobs:
81
77
check-api-surface:
78
+ name: API surface comment
82
runs-on: ubuntu-latest
+
+ permissions:
+ contents: read
83
+ pull-requests: write
84
85
steps:
86
- uses: composer/api-surface-check@main
87
with:
0 commit comments