From bfaadc6f2ce98ba3a3073daf377727c08e3eb289 Mon Sep 17 00:00:00 2001 From: Tulili Date: Fri, 8 Mar 2024 15:03:05 -0300 Subject: [PATCH] chore: CI project management + issue summary --- .github/workflows/auto-assign.yml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-assign.yml b/.github/workflows/auto-assign.yml index 3abe865..4368b82 100644 --- a/.github/workflows/auto-assign.yml +++ b/.github/workflows/auto-assign.yml @@ -1,9 +1,7 @@ name: Auto Assign on: issues: - types: [opened] pull_request: - types: [opened] jobs: run: runs-on: ubuntu-latest @@ -11,9 +9,20 @@ jobs: issues: write pull-requests: write steps: + - name: First interaction + uses: actions/first-interaction@v1.3.0 + 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/add-to-project@v0.5.0 + with: + project-url: https://github.com/orgs/atomic-studio-org/projects/3 + github-token: ${{ secrets.GITHUB_TOKEN }} + - name: Summary Issues + uses: sourcegraph/summary-issues@v1.2.1