Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[fix-reviewers-lilli] testing #91

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/gerald-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Run Gerald
uses: Khan/gerald@main
uses: Khan/gerald@fix-reviewers-lilli
env:
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
ADMIN_PERMISSION_TOKEN: '${{ secrets.KHAN_ACTIONS_BOT_TOKEN }}'
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/gerald-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
if: github.event.action != 'edited' || github.event.changes.base != null
runs-on: ubuntu-latest
steps:
- uses: Khan/actions@gerald-pr-v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
admin-token: ${{ secrets.KHAN_ACTIONS_BOT_TOKEN }}
- uses: Khan/gerald@fix-reviewers-lilli
env:
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
ADMIN_PERMISSION_TOKEN: '${{ secrets.KHAN_ACTIONS_BOT_TOKEN }}'
2 changes: 1 addition & 1 deletion .github/workflows/gerald-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
# We add one to the length because we want to get the diff between the last commit and the commit before the first commit.
fetch-depth: '$(node -e "console.log(${{ github.event.commits }}.length + 1)")'
- name: Run Gerald
uses: Khan/gerald@main
uses: Khan/gerald@fix-reviewers-lilli
env:
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
ADMIN_PERMISSION_TOKEN: '${{ secrets.KHAN_ACTIONS_BOT_TOKEN }}'
Expand Down
2 changes: 1 addition & 1 deletion src/runOnPullRequest.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const updatePullRequestComment = async (
});
if (body.match(MATCH_COMMENT_HEADER_REGEX)) {
body += GERALD_COMMENT_FOOTER;

body += 'LILLI TESTING';
if (comment) {
await extraPermGithub.issues.updateComment({
...ownerAndRepo,
Expand Down