Skip to content

Commit

Permalink
Create issue_management.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tulilirockz committed Mar 25, 2024
1 parent 30e76aa commit cb791bf
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/issue_management.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Issue Management
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: tulilirockz
numOfAssignee: 1
- name: Add to Project Tracking
uses: actions/[email protected]
with:
project-url: https://github.com/orgs/atomic-studio-org/projects/3
github-token: ${{ secrets.ADD_TO_PROJECT_TOKEN }}

0 comments on commit cb791bf

Please sign in to comment.