Skip to content

Commit

Permalink
update: Github Actions用設定を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrus07424 committed Dec 18, 2023
1 parent 875e09e commit 927abc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: mvn -B package --file pom.xml
- name: Add label
uses: actions/github-script@v7
if: ${{ github.event_name == 'pull_request' && contains(github.head_ref, 'dependabot') }}
if: ${{ github.event_name == 'pull_request' && github.actor == 'dependabot[bot]' }}
with:
script: |
github.rest.issues.addLabels({
Expand Down

0 comments on commit 927abc7

Please sign in to comment.