1
0
Fork 0
mirror of https://github.com/actions/setup-python.git synced 2025-06-08 14:37:00 +09:00

Initial commit

Signed-off-by: MrProfessionalHacker <157367675+Create-action@users.noreply.github.com>
This commit is contained in:
MrProfessionalHacker 2024-01-23 00:14:43 +03:00 committed by GitHub
parent 71a50f38fb
commit 1373b3d3d1
Signed by: github
GPG key ID: B5690EEEBB952194

19
.github/workflows/auto-assign.yml vendored Normal file
View file

@ -0,0 +1,19 @@
name: Auto Assign
on:
issues:
types: [opened]
pull_request:
types: [opened]
jobs:
run:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- name: 'Auto-assign issue'
uses: pozil/auto-assign-issue@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
assignees: Create-action
numOfAssignee: 1