Allow Eggs (and other projectiles) to pass through Membranes #149
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/[email protected] | |
if: | | |
contains(github.event.issue.labels.*.name, 'bug') | |
with: | |
project: 'https://github.com/Elenterius/Biomancy/projects/2' | |
column_name: 'Needs triage' |