Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: trigger workflows when drafts marked as "ready to review" #148

Merged
merged 1 commit into from Nov 12, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Expand Up @@ -13,6 +13,7 @@ on:
paths-ignore:
- "docs/**"
- "*.md"
types: [opened, ready_for_review, reopened, synchronize]

jobs:
cleanup-runs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/codeql-analysis.yml
Expand Up @@ -13,6 +13,7 @@ on:
paths-ignore:
- "docs/**"
- "*.md"
types: [opened, ready_for_review, reopened, synchronize]

jobs:
CodeQL-Build:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/link-check.yml
Expand Up @@ -11,6 +11,7 @@ on:
- master
paths:
- "**/*.md"
types: [opened, ready_for_review, reopened, synchronize]
schedule:
# ┌───────────── minute (0 - 59)
# │ ┌───────────── hour (0 - 23)
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/spell-check.yml
Expand Up @@ -7,6 +7,7 @@ on:
pull_request:
branches:
- master
types: [opened, ready_for_review, reopened, synchronize]

jobs:
spellcheck:
Expand Down