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.
2 parents a8f17f7 + ce68780 commit f25f914Copy full SHA for f25f914
.github/configs/labeler.yml
.github/workflows/on_pr_opened.yaml
@@ -8,28 +8,6 @@ permissions:
8
pull-requests: write
9
10
jobs:
11
- assign-author:
12
- runs-on: ubuntu-latest
13
- steps:
14
- - uses: toshimaru/[email protected]
15
-
16
- add-reviewer:
17
18
19
- - uses: actions/checkout@v1
20
- - uses: ohnogumi/[email protected]
21
- with:
22
- token: "${{ secrets.GITHUB_TOKEN }}"
23
24
- add-label:
25
26
27
- - uses: srvaroa/labeler@master
28
29
- config_path: .github/configs/labeler.yml
30
- env:
31
- GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
32
33
comment-for-filling-others-like-projects-milestone-development-etc:
34
runs-on: ubuntu-latest
35
steps:
0 commit comments