Skip to content

Commit 0ee9d97

Browse files
authored
[🔥AUDIT🔥] Fix the label functionality. (#96)
🖍 _This is an audit!_ 🖍 ## Summary: The way I implemented it before didn't work well with REVIEWERS. Now it's a bit more complicated but also more principled. Issue: https://khanacademy.atlassian.net/browse/FEI-5970 ## Test plan: The comments and such on Khan/gerald#90 Author: csilvers Auditors: #github-actions, jeresig, lillialexis Required Reviewers: Approved By: Checks: ⌛ Lints, ⌛ gerald Pull Request URL: #96
1 parent b3d1269 commit 0ee9d97

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/tidy-mails-begin.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"gerald-pr": patch
3+
---
4+
5+
Fixed the label fucntionality

actions/gerald-pr/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ runs:
2525
ref: '${{ github.head_ref }}'
2626
if: ${{ github.event.pull_request.draft == false }}
2727
- name: Run Gerald
28-
uses: Khan/gerald@v4.2
28+
uses: Khan/gerald@v4.3
2929
env:
3030
GITHUB_TOKEN: '${{ inputs.token }}'
3131
ADMIN_PERMISSION_TOKEN: '${{ inputs.admin-token }}'

0 commit comments

Comments
 (0)