Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(ci): use reusable stale bot configuration #1008

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 4 additions & 12 deletions .github/workflows/stale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,10 @@ on:
inputs:

permissions:
contents: write # only for delete-branch option
contents: read
issues: write
pull-requests: write
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v9
with:
stale-issue-message: 'This issue was marked as stale because it has not had recent activity.'
stale-issue-label: 'lifecycle/stale'
stale-pr-message: 'This pull request was marked as stale because it has not had recent activity.'
stale-pr-label: 'lifecycle/stale'
days-before-close: '-1' # never close issues
days-before-stale: '90'
stale: # call reusable workflow from central '.github' repo
uses: open-component-model/.github/.github/workflows/stale.yml@main
secrets: inherit