Skip to content

Commit

Permalink
Issue writeとかのが足りないんだろうけど、デバッグ用のactionsを使って調査してみる (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
yamachu authored May 6, 2024
1 parent 3650d2d commit 7f83fde
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/merge-queue-trigger-handler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
if: (contains(github.event.comment.body, '/mq') && github.event.issue.pull_request != null)
runs-on: ubuntu-latest
steps:
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
- uses: yamachu/merge-queue-action/precheck@main
- uses: actions/checkout@v4
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/testing-queue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
base-branch: ${{ steps.pretesting.outputs.base-branch }}
base-branch-sha: ${{ steps.pretesting.outputs.base-branch-sha }}
steps:
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
- uses: yamachu/merge-queue-action/pretesting@main
id: pretesting
with:
Expand All @@ -36,6 +37,7 @@ jobs:
runs-on: ubuntu-latest
needs: [PreTesting, Test]
steps:
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
- uses: yamachu/merge-queue-action/posttesting@main
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 7f83fde

Please sign in to comment.