Skip to content

Commit

Permalink
Fixing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jbogard committed Oct 4, 2022
1 parent 524346f commit 9128e9c
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/triage-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:

jobs:
issues:
name: "Issues"
name: "Close stale issues and PRs"
runs-on: "ubuntu-latest"
steps:
- uses: "actions/[email protected]"
Expand All @@ -27,12 +27,6 @@ jobs:
days-before-stale: "${{ env.ISSUES_DAYS_BEFORE_STALE }}"
exempt-issue-assignees: true
exempt-issue-labels: 'awaiting-approval,work-in-progress,up-for-grabs'
pull_request:
name: Pull Requests
runs-on: "ubuntu-latest"
steps:
- uses: "actions/[email protected]"
with:
stale-pr-label: "stale"
stale-pr-message: 'This PR is stale because it has been open ${{ env.PR_DAYS_BEFORE_STALE }} days with no activity. Remove stale label or comment or this will be closed in ${{ env.PR_DAYS_BEFORE_CLOSE }} days.'
close-pr-message: 'This PR was closed because it has been stalled for ${{ env.PR_DAYS_BEFORE_CLOSE }} days with no activity.'
Expand Down

0 comments on commit 9128e9c

Please sign in to comment.