Skip to content

Commit

Permalink
gh-actions: fix wrong label in stale workflow file
Browse files Browse the repository at this point in the history
* Adds a trailing 's' to exempt_issue_labels and exempt_pr_labels.
* Shortens the workflow's name to adapt to the GitHub's interface.

Co-Authored-by: Igor Milhit <[email protected]>
  • Loading branch information
iGor milhit committed Jan 19, 2021
1 parent 2afe599 commit c124b16
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Mark stale issues and pull requests"
name: "Mark stale issues/PR"
on:
workflow_dispatch:
schedule:
Expand All @@ -22,5 +22,5 @@ jobs:
# Set the label added to the PR marked stale
stale-pr-label: 'stale'
# Labels on an issue exempted from being marked as stale
exempt-issue-label: ['bug','P: High']
exempt-pr-label: ['translations']
exempt-issue-labels: 'bug,P: High'
exempt-pr-labels: 'translations'

0 comments on commit c124b16

Please sign in to comment.