Skip to content

Commit f25f914

Browse files
Merge pull request #441 from ThinkAboutSoftware/delete-useless-github-actions-workflow-job
Fix: Delete useless github actions workflow job
2 parents a8f17f7 + ce68780 commit f25f914

File tree

2 files changed

+0
-35
lines changed

2 files changed

+0
-35
lines changed

.github/configs/labeler.yml

Lines changed: 0 additions & 13 deletions
This file was deleted.

.github/workflows/on_pr_opened.yaml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -8,28 +8,6 @@ permissions:
88
pull-requests: write
99

1010
jobs:
11-
assign-author:
12-
runs-on: ubuntu-latest
13-
steps:
14-
- uses: toshimaru/[email protected]
15-
16-
add-reviewer:
17-
runs-on: ubuntu-latest
18-
steps:
19-
- uses: actions/checkout@v1
20-
- uses: ohnogumi/[email protected]
21-
with:
22-
token: "${{ secrets.GITHUB_TOKEN }}"
23-
24-
add-label:
25-
runs-on: ubuntu-latest
26-
steps:
27-
- uses: srvaroa/labeler@master
28-
with:
29-
config_path: .github/configs/labeler.yml
30-
env:
31-
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
32-
3311
comment-for-filling-others-like-projects-milestone-development-etc:
3412
runs-on: ubuntu-latest
3513
steps:

0 commit comments

Comments
 (0)