Skip to content

chore: use node 20 in all github actions #249

chore: use node 20 in all github actions

chore: use node 20 in all github actions #249

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 }}