Skip to content

throw not found for missing staff profile #98

throw not found for missing staff profile

throw not found for missing staff profile #98

Workflow file for this run

name: Issue Branch Actions
on:
issues:
types: [assigned]
# Use chatops only /cib
#issue_comment:
# types: [created]
pull_request:
types: [closed]
jobs:
create_issue_branch_job:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v1
with:
node-version: "16.14"
- name: Create Issue Branch
uses: robvanderleek/create-issue-branch@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}