Skip to content

Commit

Permalink
Move conditional for issues community comment
Browse files Browse the repository at this point in the history
  • Loading branch information
justinretzolk committed Jul 25, 2023
1 parent 4253499 commit d637e44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,10 @@ jobs:
community_note:
name: 'Add Community Note'
if: github.event.action == 'opened'
runs-on: ubuntu-latest
steps:
- name: 'Add community note to new Issues'
if: github.event.action == 'opened'
uses: peter-evans/create-or-update-comment@c6c9a1a66007646a28c153e2a8580a5bad27bcfa
with:
issue-number: ${{ github.event.issue.number }}
Expand Down

0 comments on commit d637e44

Please sign in to comment.