summaryrefslogtreecommitdiffstats
path: root/.github/workflows/pr-triage.yml
blob: 31791d4aef5755edbe83986d41c5b31d21a87f56 (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@dbf7e5348844c9ddc6b803a5721b85fa70fe3bb9
        with:
          configuration-path: .github/milestone.yml
          repo-token: "${{ secrets.GITHUB_TOKEN }}"