mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-06 12:20:11 +01:00
Feat: hash pin actions using Step Security
Signed-off-by: Joyce <joycebrum@google.com>
This commit is contained in:
parent
1c4a834715
commit
26b4d8f8b5
4
.github/workflows/stale-issues.yml
vendored
4
.github/workflows/stale-issues.yml
vendored
|
|
@ -31,7 +31,7 @@ jobs:
|
||||||
pull-requests: write
|
pull-requests: write
|
||||||
steps:
|
steps:
|
||||||
- name: Awaiting response issues
|
- name: Awaiting response issues
|
||||||
uses: actions/stale@v7
|
uses: actions/stale@6f05e4244c9a0b2ed3401882b05d701dd0a7289b # v7.0.0
|
||||||
with:
|
with:
|
||||||
#Comma separated list of labels that can be assigned to issues to exclude them from being marked as stale
|
#Comma separated list of labels that can be assigned to issues to exclude them from being marked as stale
|
||||||
exempt-issue-labels: 'override-stale'
|
exempt-issue-labels: 'override-stale'
|
||||||
|
|
@ -59,7 +59,7 @@ jobs:
|
||||||
close-pr-message: "This PR was closed because it has been inactive for 14 days since being marked as stale. Please reopen if you'd like to work on this further."
|
close-pr-message: "This PR was closed because it has been inactive for 14 days since being marked as stale. Please reopen if you'd like to work on this further."
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
- name: Contribution issues
|
- name: Contribution issues
|
||||||
uses: actions/stale@v7
|
uses: actions/stale@6f05e4244c9a0b2ed3401882b05d701dd0a7289b # v7.0.0
|
||||||
with:
|
with:
|
||||||
#Comma separated list of labels that can be assigned to issues to exclude them from being marked as stale
|
#Comma separated list of labels that can be assigned to issues to exclude them from being marked as stale
|
||||||
exempt-issue-labels: 'override-stale'
|
exempt-issue-labels: 'override-stale'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user