Skip to content

Commit b3bd329

Browse files
cloudalchemybotmergify[bot]
authored andcommitted
🤖 sync with cloudalchemy/skeleton (SHA: 23bd4ea8): add declarative label sync; add autolabelling PRs (#25)
1 parent e10479c commit b3bd329

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.github/workflows/labeler.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
# This workflow will triage pull requests and apply a label based on the
23
# paths that are modified in the pull request.
34
#
@@ -10,10 +11,8 @@ on: [pull_request]
1011

1112
jobs:
1213
label:
13-
1414
runs-on: ubuntu-latest
15-
1615
steps:
17-
- uses: actions/labeler@v2
18-
with:
19-
repo-token: "${{ secrets.GITHUB_TOKEN }}"
16+
- uses: actions/labeler@v2
17+
with:
18+
repo-token: "${{ secrets.GITHUB_TOKEN }}"

.github/workflows/labels.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
name: Sync labels in the declarative way
23
on: [push]
34
jobs:

.yamllint

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ extends: default
22
ignore: |
33
.travis/
44
.travis.yml
5+
.github/
56
meta/
67

78
rules:

0 commit comments

Comments
 (0)