]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
.github/workflows: rename labeler.yml to pr-triage.yml
authorKefu Chai <kchai@redhat.com>
Mon, 8 Mar 2021 18:46:46 +0000 (02:46 +0800)
committerKefu Chai <kchai@redhat.com>
Mon, 8 Mar 2021 19:53:19 +0000 (03:53 +0800)
to reflect the change in the actions in it.

Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry picked from commit 453cd5fd602c54809dc091f0c3a498f903366c8f)

.github/workflows/labeler.yml [deleted file]
.github/workflows/pr-triage.yml [new file with mode: 0644]

diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml
deleted file mode 100644 (file)
index c7cce97..0000000
+++ /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 (file)
index 0000000..c7cce97
--- /dev/null
@@ -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 }}"