Skip to content

Issue: BestSign confirmation not working #35

Issue: BestSign confirmation not working

Issue: BestSign confirmation not working #35

Workflow file for this run

name: Auto-assign new issues
on:
issues:
types: [opened]
jobs:
assign:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- name: Assign issue to user
uses: actions-ecosystem/action-add-assignees@v1
with:
github_token: ${{ secrets.github_token }}
assignees: ${{ github.repository_owner }}