Skip to content
Open

test #359

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 8 additions & 11 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,17 @@
---
name: test
on:
pull_request:
types: [closed]
pull_request_review:
types: [submitted]
on: pull_request
jobs:
test:
if: |
endsWith(github.event.pull_request.user.login, '[bot]') &&
((github.event_name == 'pull_request_review' && github.event.review.state == 'approved') ||
github.event_name == 'pull_request')
runs-on: ubuntu-24.04
timeout-minutes: 15
permissions:
pull-requests: write
contents: read
contents: write
steps:
- uses: suzuki-shunsuke/notify-bot-pr-event-action@pr/1
- uses: actions/checkout@v4

Check failure on line 12 in .github/workflows/test.yaml

View workflow job for this annotation

GitHub Actions / test

pinact error

- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
with:
persist-credentials: false
- uses: suzuki-shunsuke/pinact-action@latest

Check failure on line 15 in .github/workflows/test.yaml

View workflow job for this annotation

GitHub Actions / test

pinact error

action can't be pinned
with:
separator: " # "
Loading