Bioforge not showing recipes (NERB & Recipe Essentials incompatibility) #93
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
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 project 2 | |
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' |