We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86feca3 commit 9146199Copy full SHA for 9146199
2 files changed
.github/workflows/pr-review-notification.yml
@@ -27,7 +27,7 @@ jobs:
27
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
28
with:
29
repository: temporalio/ui
30
- ref: ${{ github.workflow_sha }}
+ ref: main
31
path: ._reusable
32
33
- name: Get Reviewers to Notify
.github/workflows/pr-review-reminder.yml
@@ -32,7 +32,7 @@ jobs:
34
35
36
37
38
- name: Find Pending Reviews and Send Reminders
0 commit comments