Regressions with v1.7.8-rc1 vs v1.7.7 #137
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This workflow runs when a new issue is opened. | |
# | |
# - Apply the 'fresh' label. | |
name: Issue Open Workflow | |
on: | |
issues: | |
types: [opened] | |
jobs: | |
label_issue_backlog: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Add fresh new label | |
uses: andymckay/labeler@master | |
with: | |
add-labels: "fresh" |