Skip to content

Commit

Permalink
docs: add comment as workflow heading explaining what it does
Browse files Browse the repository at this point in the history
  • Loading branch information
davorpa committed Sep 14, 2022
1 parent 25ebb42 commit 01663e6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/issues-pinner.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
#
# This workflow adds a label to the issue involved on event when is pinned
# and removes it when unpinned.
#
# It also is enhanced with `stale.yml` workflow: pinned issues never stales
# because that label is declared as part of it `exempt-issue-labels`
# input parameter.
#
name: Issues pinner management

on:
Expand Down

0 comments on commit 01663e6

Please sign in to comment.