Skip to content

Commit

Permalink
(maint) Fix types used for comments
Browse files Browse the repository at this point in the history
  • Loading branch information
AdmiringWorm authored Nov 29, 2024
1 parent 6ce4b36 commit a9066f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/respond-to-issue.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 'Add Comment To New Issue'
on:
issues:
types: created
types: opened
permissions:
contents: read
issues: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/respond-to-pr.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 'Add Comment To New PR'
on:
pull_request:
types: created
types: opened
permissions:
contents: read
pull-requests: write
Expand Down

0 comments on commit a9066f0

Please sign in to comment.