This is an automated email from the ASF dual-hosted git repository.
kezhenxu94 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git
The following commit(s) were added to refs/heads/master by this push:
new 3fb9df3 Bugfix: labeler not work (#3500)
3fb9df3 is described below
commit 3fb9df36e722bcc204bac886625d94cc9b6799fb
Author: kezhenxu94 <[email protected]>
AuthorDate: Sun Sep 22 13:28:02 2019 +0800
Bugfix: labeler not work (#3500)
* Bugfix: labeler not work
* Fix yaml file indent
---
.github/workflows/labeler.yml | 17 ++++++++---------
1 file changed, 8 insertions(+), 9 deletions(-)
diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml
index 43a34aa..d8351c0 100644
--- a/.github/workflows/labeler.yml
+++ b/.github/workflows/labeler.yml
@@ -1,11 +1,10 @@
name: Labeler
- on:
- - pull_request
+on: [pull_request]
- jobs:
- label:
- runs-on: ubuntu-latest
- steps:
- - uses: actions/labeler@v2
- with:
- repo-token: "${{ secrets.GITHUB_TOKEN }}"
+jobs:
+ label:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/labeler@v2
+ with:
+ repo-token: "${{ secrets.GITHUB_TOKEN }}"