Skip to content

Commit

Permalink
Create labeler-stable.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Errant-4 authored Nov 8, 2024
1 parent 5b0761d commit 8ff9df6
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/labeler-stable.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# This workflow will triage pull requests and apply a label based on the
# paths that are modified in the pull request.
#
# To use this workflow, you will need to set up a .github/labeler.yml
# file with configuration. For more information, see:
# https://github.com/actions/labeler

name: "Labels: Branch stable"
#on: [pull_request_target]

on:
pull_request_target:
types:
- opened
branches:
- 'stable'
jobs:
add_label:
runs-on: ubuntu-latest
steps:
- uses: actions-ecosystem/action-add-labels@v1
with:
labels: "Branch: stable"

0 comments on commit 8ff9df6

Please sign in to comment.