Skip to content

Commit

Permalink
chore: Add sponsor label workflow
Browse files Browse the repository at this point in the history
This workflow will automatically label issues
created by sponsors.
  • Loading branch information
BlenderDefender committed Jun 28, 2024
1 parent 4bb9599 commit 623ea2b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/label-sponsors.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Label sponsors issues and PRs
on:
pull_request:
types: [opened]
issues:
types: [opened]
jobs:
build:
name: is-sponsor-label
runs-on: ubuntu-latest
steps:
- uses: JasonEtco/is-sponsor-label-action@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 623ea2b

Please sign in to comment.