Commit Graph

5 Commits

Author SHA1 Message Date
Chris Rizzitello 56cac323ee
Update several github action to node20 verisons (#12048)
When my other pr was running i noticed 

```
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v3, actions/setup-go@v4, actions/github-script@v6. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
```
At the end of the Summary. I have updated those actions in all workflows
using them.
2024-07-03 23:44:20 -04:00
Oliver Chang 91cc787a17
pr_helper: Use process.env instead of string interpolation (#11960) 2024-05-15 23:37:16 -04:00
Holly Gong 75e42585f6
PR helper removes maintainers from known contributors. (#10773)
Details:
https://github.com/google/oss-fuzz/pull/10758#issuecomment-1658574212
2023-08-02 18:10:24 +10:00
Holly Gong 3d45ccbed2
Update pr helper trigger on pull_request_target (#10484)
[PR helper failed
](https://github.com/google/oss-fuzz/actions/runs/5193059405/jobs/9364838612)on
fork branch as the [maximum access for pull requests from public forked
repositories is
read](https://docs.github.com/en/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token).
Convert to [pull_request_target
](https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request_target).
Difference between pull_request and pull_request_target: [github
blog](https://github.blog/changelog/2021-02-19-github-actions-workflows-triggered-by-dependabot-prs-will-run-with-read-only-permissions/),
[stack
overflow](https://stackoverflow.com/questions/74957218/what-is-the-difference-between-pull-request-and-pull-request-target-event-in-git#:~:text=on%20this%20post.-,What%20is%20the%20difference%20between%20pull_request%20and%20pull_request_target%20event%20in,as%20the%20pull_request%20event%20does).
2023-06-08 10:29:42 +10:00
Holly Gong 8302aede5e
Add project integration PR helper (#10376)
Sample PRs (external users):
In the contact list:
https://github.com/google/oss-fuzz/pull/10422#issuecomment-1567849463
Previous contributed:
https://github.com/google/oss-fuzz/pull/10419#issuecomment-1567789169
Unknown contributor:
https://github.com/google/oss-fuzz/pull/10416#issuecomment-1567755392
Integrating new project:
https://github.com/google/oss-fuzz/pull/10439#issuecomment-1572939010

Skip commenting for internal members
2023-06-06 04:35:46 +00:00