Block selection highlight has improper render order on Acid Cauldron #142
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
name: Track Bug Report | |
on: | |
issues: | |
types: [opened, labeled] | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
jobs: | |
assign_one_project: | |
runs-on: ubuntu-latest | |
name: Assign to One Project | |
steps: | |
- name: Assign Issue with bug label to Biomancy Bug Tracker | |
uses: srggrs/assign-one-project-github-action@1.2.1 | |
if: | | |
contains(github.event.issue.labels.*.name, 'bug') | |
with: | |
project: 'https://github.com/Elenterius/Biomancy/projects/2' | |
column_name: 'Needs triage' |