We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c253b7e commit b49d455Copy full SHA for b49d455
1 file changed
.github/workflows/codestate-pr-report.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
permissions:
13
contents: write
14
- pull-requests: write
+ pull-requests: write
15
steps:
16
- name: Checkout
17
uses: actions/checkout@v4
@@ -92,6 +92,7 @@ jobs:
92
93
- name: Create or update PR comment
94
uses: marocchino/sticky-pull-request-comment@v2
95
+ if: github.event_name == 'pull_request'
96
with:
97
header: codestate-pr-report
98
path: codestate_pr_report.md
0 commit comments