We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e10479c commit b3bd329Copy full SHA for b3bd329
.github/workflows/labeler.yml
@@ -1,3 +1,4 @@
1
+---
2
# This workflow will triage pull requests and apply a label based on the
3
# paths that are modified in the pull request.
4
#
@@ -10,10 +11,8 @@ on: [pull_request]
10
11
12
jobs:
13
label:
-
14
runs-on: ubuntu-latest
15
16
steps:
17
- - uses: actions/labeler@v2
18
- with:
19
- repo-token: "${{ secrets.GITHUB_TOKEN }}"
+ - uses: actions/labeler@v2
+ with:
+ repo-token: "${{ secrets.GITHUB_TOKEN }}"
.github/workflows/labels.yml
name: Sync labels in the declarative way
on: [push]
.yamllint
@@ -2,6 +2,7 @@ extends: default
ignore: |
.travis/
.travis.yml
5
+ .github/
6
meta/
7
8
rules:
0 commit comments