FreeTube/.github/workflows/autoLabelPR.yaml
efb4f5ff-1298-471a-8973-3d47447115dc c0aabbc21a
testing workflow (#2201)
* Update autoLabelPR.yaml

* Update conflicts.yml

* Update label-changes-requested.yml
2022-04-14 20:50:50 -04:00

16 lines
565 B
YAML

name: "Set PR Label"
on:
pull_request:
types: [opened, reopened]
jobs:
test:
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
steps:
- uses: Naturalclar/issue-action@v2.0.2
with:
title-or-body: "both"
parameters: '[ {"keywords": ["Important note", "Pull Request Type", "Related issue", "Dependent PR/issue", "Description", "Screenshots", "Testing", "Desktop", "Additional context"], "labels": ["PR: waiting for review"]}]'
github-token: "${{ secrets.LABEL_TOKEN }}"