[all-commits] [llvm/llvm-project] 1ed710: workflows: Reconfigure pr-subscriber action so tha...
Tom Stellard via All-commits
all-commits at lists.llvm.org
Fri Sep 8 11:56:35 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1ed710836a77a5a29f3649da87f9f3e8ae3aa086
https://github.com/llvm/llvm-project/commit/1ed710836a77a5a29f3649da87f9f3e8ae3aa086
Author: Tom Stellard <tstellar at redhat.com>
Date: 2023-09-08 (Fri, 08 Sep 2023)
Changed paths:
A .github/workflows/pr-receive-label.yml
M .github/workflows/pr-subscriber.yml
Log Message:
-----------
workflows: Reconfigure pr-subscriber action so that it can access secrets
Secrets are not available for workflows triggered by PRs, so we need
to split the pr-subscriber action into two separate actions. The
first will listen for new labels on PRs and the second will add
a comment with the team mention.
See https://securitylab.github.com/research/github-actions-preventing-pwn-requests/
More information about the All-commits
mailing list