Skip to content

Test can now run on stable prs #8

Test can now run on stable prs

Test can now run on stable prs #8

Workflow file for this run

name: "Labels: Branch stable"
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"