forked from CipherYuvraj/Algorithm-Visualiser-Platform
-
Notifications
You must be signed in to change notification settings - Fork 0
27 lines (24 loc) · 747 Bytes
/
pr_labeler.yml
File metadata and controls
27 lines (24 loc) · 747 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
name: "PR Labeler for Hacktoberfest"
on:
pull_request_target:
types: [opened, reopened, synchronize]
jobs:
add-labels:
runs-on: ubuntu-latest
permissions:
pull-requests: write # ✅ allow labeling
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.event.pull_request.head.ref }}
- name: Label PR for Hacktoberfest
uses: actions-ecosystem/action-add-labels@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
labels: |
good first issue
hacktoberfest
hacktoberfest2025
hacktoberfest-accepted