This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 4e30181afd Bump stale bot version to 8 (#32441)
4e30181afd is described below
commit 4e30181afd03c66e6d43cc18494fb134cbd2316a
Author: eladkal <[email protected]>
AuthorDate: Sat Jul 8 19:55:23 2023 +0300
Bump stale bot version to 8 (#32441)
---
.github/workflows/recheck-old-bug-report.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/recheck-old-bug-report.yml
b/.github/workflows/recheck-old-bug-report.yml
index 0d94764433..093e5df4ef 100644
--- a/.github/workflows/recheck-old-bug-report.yml
+++ b/.github/workflows/recheck-old-bug-report.yml
@@ -28,7 +28,7 @@ jobs:
recheck-old-bug-report:
runs-on: ubuntu-22.04
steps:
- - uses: actions/stale@v7
+ - uses: actions/stale@v8
with:
only-issue-labels: 'kind:bug'
stale-issue-label: 'Stale Bug Report'