Skip to content

Commit

Permalink
Update issue-closer.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nonproto authored Jan 24, 2024
1 parent 450f3ff commit 18a816e
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/issue-closer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,13 @@ on:
push:
tags:
- '*'

jobs:
auto_close_issues:
close:
name: Close old issues
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: weekly-issue-closure
uses: bdougie/close-issues-based-on-label@master
env:
LABEL: staged for next release
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: lowply/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
AC_LABEL: "staged for next release"
AC_KEEP: 0

0 comments on commit 18a816e

Please sign in to comment.