Skip to content
This repository has been archived by the owner on Dec 25, 2024. It is now read-only.

Commit

Permalink
chore: CI project management + issue summary
Browse files Browse the repository at this point in the history
  • Loading branch information
tulilirockz authored Mar 8, 2024
1 parent 3cceaa4 commit bfaadc6
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/auto-assign.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,28 @@
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: First interaction
uses: actions/[email protected]
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- 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.GITHUB_TOKEN }}
- name: Summary Issues
uses: sourcegraph/[email protected]

0 comments on commit bfaadc6

Please sign in to comment.