Skip to content

Commit 2d0603f

Browse files
authored
Synchronize common files from prometheus/prometheus (#5545)
Propagating changes from prometheus/prometheus default branch. *Source can be found [here](https://github.com/prometheus/prometheus/blob/main/scripts/sync_repo_files.sh).* To check out this branch locally and push changes back: ``` git remote add prombot https://github.com/prombot/prometheus_alertmanager.git git fetch prombot repo_sync git checkout -b repo_sync prombot/repo_sync ``` Signed-off-by: prombot <prometheus-team@googlegroups.com>
1 parent 710bbe4 commit 2d0603f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/approve-workflows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
contents: read
2323
pull-requests: write
2424
steps:
25-
- uses: prometheus/promci/approve_workflows@370e8c15dcec50043cbe66f2f34633d9efc0a190 # v0.9.0
25+
- uses: prometheus/promci/approve_workflows@872d318d090d73df349cb6ed90aadd072ca478f7 # v0.10.0
2626
with:
2727
github_token: ${{ github.token }}

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
if: github.repository_owner == 'prometheus' || github.repository_owner == 'prometheus-community' # Don't run this workflow on forks.
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/stale@1e223db275d687790206a7acac4d1a11bd6fe629 # v10.4.0
17+
- uses: actions/stale@4391f3da665fdf50b6810c1a66712fb9ba21aa93 # v11.0.0
1818
with:
1919
repo-token: ${{ secrets.GITHUB_TOKEN }}
2020
# opt out of defaults to avoid marking issues as stale and closing them

0 commit comments

Comments
 (0)