From 3ce163fd87b19bc0573ab0a28e4b0ed4714dde4a Mon Sep 17 00:00:00 2001 From: loomidi Date: Wed, 25 Jun 2025 07:20:59 -0700 Subject: [PATCH] Update auto-author-assign.yml --- .github/workflows/auto-author-assign.yml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/.github/workflows/auto-author-assign.yml b/.github/workflows/auto-author-assign.yml index 61612cce3f..8fb145cd13 100644 --- a/.github/workflows/auto-author-assign.yml +++ b/.github/workflows/auto-author-assign.yml @@ -3,7 +3,6 @@ on: pull_request_target: types: [opened, reopened, ready_for_review, locked] - permissions: pull-requests: write contents: read @@ -12,3 +11,16 @@ jobs: assign-author: uses: vyos/.github/.github/workflows/assign-author.yml@current secrets: inherit + + label-pr: + runs-on: ubuntu-latest + steps: + - uses: actions/labeler@v5 + + welcome: + runs-on: ubuntu-latest + steps: + - uses: actions/first-interaction@v1 + with: + repo-token: ${{ secrets.GITHUB_TOKEN }} + pr-message: 'Thank you for your first pull request! 🎉'