Skip to content

Commit 9807fdc

Browse files
Oopsie doopsie i guess im just a bit special on the inside but thats ok because I have the Starboy CD I feel like kanye
1 parent e0cdb2e commit 9807fdc

3 files changed

Lines changed: 18 additions & 22 deletions

File tree

.github/workflows/labeler.yml

Lines changed: 0 additions & 22 deletions
This file was deleted.

.github/workflows/pr_labeler.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Pull Request Labeler
2+
3+
on:
4+
- pull_request_target
5+
6+
jobs:
7+
# PR Info Labeler, gives the `PR: ` labels upon creation.
8+
labeler:
9+
permissions:
10+
contents: read
11+
pull-requests: write
12+
13+
runs-on: ubuntu-latest
14+
steps:
15+
- name: "Automatically leave pull request related labels."
16+
uses: actions/labeler@v5
17+
with:
18+
sync-labels: true

0 commit comments

Comments
 (0)