Skip to content

Commit

Permalink
Updated dependencies and fixed mergify file
Browse files Browse the repository at this point in the history
  • Loading branch information
arjraman committed May 16, 2022
1 parent e55f724 commit 6da23b1
Show file tree
Hide file tree
Showing 7 changed files with 1,910 additions and 2,943 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Run tests
run: |
npm ci
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Expand Up @@ -30,7 +30,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
# We must fetch at least the immediate parents so that if this is
# a pull request then we can checkout the head.
Expand All @@ -47,7 +47,7 @@ jobs:
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
# By default, queries listed here will override any specified in a config file.
# By default, queries listed here will override any specified in a config file.
# Prefix the list here with "+" to use these queries and those in the config file.
# queries: ./path/to/local/query, your-org/your-repo/queries@main

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
ref: master
- name: Package
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Expand Up @@ -63,3 +63,6 @@ typings/

# next.js build output
.next

# Extra files
.idea
12 changes: 5 additions & 7 deletions .mergify.yml
Expand Up @@ -3,7 +3,7 @@ pull_request_rules:
conditions:
- base~=master|integ-tests
- "#approved-reviews-by>=1"
- approved-reviews-by=@aws-actions/aws-ecs-devx
- approved-reviews-by=@aws-actions/aws-ecr
- -approved-reviews-by~=author
- status-success=Run Unit Tests
- status-success=Semantic Pull Request
Expand All @@ -13,10 +13,9 @@ pull_request_rules:
- -closed
- author!=dependabot[bot]
actions:
merge:
queue:
method: squash
strict: smart
strict_method: merge
name: default

- name: Automatically approve and merge Dependabot PRs
conditions:
Expand All @@ -31,7 +30,6 @@ pull_request_rules:
actions:
review:
type: APPROVE
merge:
queue:
method: squash
strict: smart+fasttrack
strict_method: merge
name: default

0 comments on commit 6da23b1

Please sign in to comment.