Skip to content

Commit

Permalink
Fix: Delete useless github actions workflow job
Browse files Browse the repository at this point in the history
  • Loading branch information
thkwon1 committed Jan 2, 2025
1 parent cda238b commit ce68780
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 35 deletions.
13 changes: 0 additions & 13 deletions .github/configs/labeler.yml

This file was deleted.

22 changes: 0 additions & 22 deletions .github/workflows/on_pr_opened.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,28 +8,6 @@ permissions:
pull-requests: write

jobs:
assign-author:
runs-on: ubuntu-latest
steps:
- uses: toshimaru/auto-author-assign@v2.0.0

add-reviewer:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: ohnogumi/auto-reviewers@v0.0.5
with:
token: "${{ secrets.GITHUB_TOKEN }}"

add-label:
runs-on: ubuntu-latest
steps:
- uses: srvaroa/labeler@master
with:
config_path: .github/configs/labeler.yml
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

comment-for-filling-others-like-projects-milestone-development-etc:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit ce68780

Please sign in to comment.