Skip to content

Commit

Permalink
Update add-new-comment-on-stale.yml
Browse files Browse the repository at this point in the history
fix yaml indent
  • Loading branch information
sabilmakbar authored Mar 3, 2024
1 parent a952b5c commit 8a2f590
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/add-new-comment-on-stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
# https://github.com/peter-evans/create-or-update-comment
name: Adding reminder comment on staled issues & PRs
on:
issues:
types:
- labeled
- issues:
types:
- labeled
# read these to see why it uses 'pull_request_target' instead of 'pull_request':
# 1. https://securitylab.github.com/research/github-actions-preventing-pwn-requests/
# 2. https://github.com/peter-evans/create-or-update-comment?tab=readme-ov-file#action-inputs (note section)
pull_request_target:
types:
- labeled
- pull_request_target:
types:
- labeled

jobs:
add-comment-on-staled-issue:
Expand Down

0 comments on commit 8a2f590

Please sign in to comment.