Skip to content

panic("score should be the same") #1120

panic("score should be the same")

panic("score should be the same") #1120

Workflow file for this run

name: 'assign issues'
on:
issue_comment:
types: [created, edited]
jobs:
assign_issues:
name: assign issues
if: ${{ !github.event.issue.pull_request && github.event.comment.body == '/assign' }}
runs-on: ubuntu-latest
steps:
- name: 'Assign issue'
uses: pozil/[email protected]
with:
assignees: ${{ github.event.comment.user.login }}