Incorrect handling of cvar, ivar and vartype tags in sphynx-style #115
This file contains 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" |