Skip to content

Feature Request: Allow specifying --labels more than once #207

Feature Request: Allow specifying --labels more than once

Feature Request: Allow specifying --labels more than once #207

Workflow file for this run

name: Apply Origami labels
on:
- issues
- pull_request_target
jobs:
apply-labels:
runs-on: ubuntu-latest
name: Apply Origami labels to new issues and pull requests.
steps:
- uses: actions/checkout@v2
- uses: Financial-Times/origami-apply-labels@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}