Skip to content

Commit

Permalink
fix: 不要な設定を削除
Browse files Browse the repository at this point in the history
  • Loading branch information
ucan-lab committed May 17, 2024
1 parent 23c6285 commit 36e7f2d
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/assign-label.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/labeler@v5
if: ${{ contains(fromJson('["opened", "synchronize"]'), github.event.action) }}
with:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/create-release-note.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: release-drafter/release-drafter@v6
with:
config-name: release-drafter.yaml
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/sync-labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
- name: Install dependencies
run: yarn add -D @azu/github-label-setup
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/testing-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ jobs:
working-directory: src
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup PHP with composer v2
uses: shivammathur/setup-php@v2
with:
Expand All @@ -34,8 +32,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: hadolint/[email protected]
with:
recursive: true
Expand Down

0 comments on commit 36e7f2d

Please sign in to comment.