summaryrefslogtreecommitdiffstats
path: root/.github/workflows/pr-triage.yml
blob: c7cce97b6f02750d41b73de245503df437d0f99a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
name: "Pull Request Triage"
on: pull_request_target
jobs:
  pr-triage:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/labeler@9794b1493b6f1fa7b006c5f8635a19c76c98be95
        with:
          sync-labels: ''
          repo-token: "${{ secrets.GITHUB_TOKEN }}"
      - uses: iyu/actions-milestone@9aa2197e1bda6cf71541d1bf6fa4f73edc543991
        with:
          configuration-path: .github/milestone.yml
          repo-token: "${{ secrets.GITHUB_TOKEN }}"