From 018000c9b9614162db9854fcf0e900c847c092db Mon Sep 17 00:00:00 2001 From: Sumith Thota <108344062+SumithThota@users.noreply.github.com> Date: Fri, 18 Oct 2024 16:09:04 +0530 Subject: [PATCH] Update auto-assign-label-pr.yml --- .github/workflows/auto-assign-label-pr.yml | 24 +++++++++++----------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/auto-assign-label-pr.yml b/.github/workflows/auto-assign-label-pr.yml index 10382c3a..c98bcdcd 100644 --- a/.github/workflows/auto-assign-label-pr.yml +++ b/.github/workflows/auto-assign-label-pr.yml @@ -13,16 +13,16 @@ jobs: runs-on: ubuntu-latest steps: - - name: Add Labels to PR - uses: actions-ecosystem/action-add-labels@v1.1.1 - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - labels: - - gssoc-ext - - hacktoberfest-accepted + - name: Add Labels to PR + uses: actions-ecosystem/action-add-labels@v1.1.1 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + labels: | + gssoc-ext + hacktoberfest-accepted - - name: Assign PR to Creator - uses: actions-ecosystem/action-assign@v1 - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - assignees: ${{ github.actor }} + - name: Assign PR to Creator + uses: actions-ecosystem/action-assign@v1 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + assignees: ${{ github.actor }}