Skip to content

Commit

Permalink
ci: support merge queue
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack-Works committed Apr 27, 2023
1 parent f5a9cb6 commit ae1f91f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/milestone.yml
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check Milestone
if: "github.event.pull_request.milestone == null && github.event.pull_request.title != 'docs(i18n): sync i18n files from Crowdin'"
if: "(github.event.pull_request && github.event.pull_request.milestone == null) && github.event.pull_request.title != 'docs(i18n): sync i18n files from Crowdin'"
run: |
echo "Please set a milestone."
exit 1
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/spell-checking.yml
Expand Up @@ -3,8 +3,6 @@ name: Check Spell
on:
pull_request:
branches: [master, develop, released, hotfix/*, release/*]
merge_group:
types: [checks_requested]

permissions:
contents: read
Expand Down

0 comments on commit ae1f91f

Please sign in to comment.