Skip to content

Forecast Submission Evaluation #446

Forecast Submission Evaluation

Forecast Submission Evaluation #446

Workflow file for this run

name: Pull Request Labeler
on:
pull_request_target:
types: [opened, synchronize]
jobs:
labeler:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Apply labels
id: label-pr
uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: '.github/labeler.yml'
sync-labels: true