We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e71ebcb commit b3c09d7Copy full SHA for b3c09d7
1 file changed
README.md
@@ -80,10 +80,10 @@ jobs:
80
81
permissions:
82
contents: read
83
- pull-requests: write
+ pull-requests: write # required to create the comment on the pull request
84
85
steps:
86
- - uses: composer/api-surface-check@main
+ - uses: composer/api-surface-check@main # TODO pin the version here ideally
87
with:
88
# install-dependencies: false
89
# paths: src/**/*.php
0 commit comments