Skip to content

Allow Eggs (and other projectiles) to pass through Membranes #148

Allow Eggs (and other projectiles) to pass through Membranes

Allow Eggs (and other projectiles) to pass through Membranes #148

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'