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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: use new GitHub App for issue triage related actions #39635

Merged
merged 1 commit into from
Aug 30, 2023

Conversation

dsanders11
Copy link
Member

@dsanders11 dsanders11 commented Aug 24, 2023

Description of Change

The main motivation here is that actions taken by the default github-actions bot will not trigger other workflows. This caused some of the automation added in #39464 (which intended to change the status of an issue on the issue triage project when an issue is unlabeled) not to work since the label being removed was done by github-actions so the other workflow was not triggered.

For consistency I've changed all issue triage actions to be done by the same GitHub App, which will make it easier to do things like search or checking in other automation, and will let us provide a bit of a more polished UX instead of having it all coming from github-actions.

This PR also updates all token generation from using npx @electron/github-app-auth to using the new electron/github-app-auth-action.

The GitHub App has already been created and ISSUE_TRIAGE_GH_APP_CREDS has been populated, thanks to @VerteDinde. 馃憤

Checklist

  • PR description included and stakeholders cc'd

Release Notes

Notes: none

@dsanders11 dsanders11 marked this pull request as draft August 26, 2023 07:00
@dsanders11 dsanders11 marked this pull request as ready for review August 29, 2023 21:22
@jkleinsc jkleinsc merged commit 2182202 into main Aug 30, 2023
15 checks passed
@jkleinsc jkleinsc deleted the ci-issue-triage-bot branch August 30, 2023 15:09
@release-clerk
Copy link

release-clerk bot commented Aug 30, 2023

No Release Notes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants