Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit 82abdd6

Browse files
Adding the trigger.
1 parent 9359463 commit 82abdd6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/heretto-reminder.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
name: Heretto Update Reminder
2+
3+
on:
4+
pull_request:
5+
types: [opened, synchronize]
6+
17
jobs:
28
reminder:
39
runs-on: ubuntu-latest
@@ -8,6 +14,8 @@ jobs:
814
issues: write
915
checks: write
1016
pull-requests: write
17+
18+
1119
steps:
1220
- name: Add PR Comment
1321
uses: actions/github-script@v6

0 commit comments

Comments
 (0)