From: Kefu Chai Date: Mon, 8 Mar 2021 18:46:46 +0000 (+0800) Subject: .github/workflows: rename labeler.yml to pr-triage.yml X-Git-Tag: v17.1.0~2695^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F39892%2Fhead;p=ceph.git .github/workflows: rename labeler.yml to pr-triage.yml to reflect the change in the actions in it. Signed-off-by: Kefu Chai --- diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml deleted file mode 100644 index c7cce97b6f02..000000000000 --- a/.github/workflows/labeler.yml +++ /dev/null @@ -1,15 +0,0 @@ ---- -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 }}" diff --git a/.github/workflows/pr-triage.yml b/.github/workflows/pr-triage.yml new file mode 100644 index 000000000000..c7cce97b6f02 --- /dev/null +++ b/.github/workflows/pr-triage.yml @@ -0,0 +1,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 }}"