Skip to content

Commit

Permalink
1 label
Browse files Browse the repository at this point in the history
  • Loading branch information
ANSHIKA-26 committed Oct 3, 2024
1 parent db27cbc commit 122a324
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/auto_label.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,11 @@ jobs:
github_token: ${{ secrets.PAT_TOKEN }} # Use PAT_TOKEN instead of GITHUB_TOKEN
labels: |
ggsoc-ext
hacktoberfest-accepted
- name: Add labels to new pull requests
if: github.event_name == 'pull_request'
uses: actions-ecosystem/action-add-labels@v1
with:
github_token: ${{ secrets.PAT_TOKEN }} # Use PAT_TOKEN instead of GITHUB_TOKEN
labels: |
ggsoc-ext
hacktoberfest-accepted
ggsoc-ext

0 comments on commit 122a324

Please sign in to comment.