mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
GitHub actions
This commit is contained in:
4
.github/workflows/comment-lint.yml
vendored
4
.github/workflows/comment-lint.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: Comment Lint
|
||||
name: C++ Linter comment
|
||||
|
||||
permissions:
|
||||
actions: read
|
||||
@@ -13,7 +13,7 @@ on:
|
||||
|
||||
jobs:
|
||||
comment-lint:
|
||||
if: ${{ github.repository_owner == 'oven-sh' }}
|
||||
if: ${{ github.repository_owner == 'oven-sh' && github.event.workflow_run.conclusion == 'success' }}
|
||||
name: Comment
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user