Skip to content

Commit

Permalink
Merge branch 'master' into fix-missing-owner
Browse files Browse the repository at this point in the history
  • Loading branch information
Vara Prasad Bandaru committed Feb 7, 2024
2 parents d34ddca + 46dabdd commit 99f0742
Show file tree
Hide file tree
Showing 84 changed files with 8,289 additions and 3,015 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: CI

on: [pull_request, push, workflow_dispatch]
on:
merge_group:
pull_request:
workflow_dispatch:

concurrency:
group: ci-${{ github.ref }}
Expand All @@ -11,7 +14,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install dylint-link
run: cargo install dylint-link
Expand Down Expand Up @@ -47,7 +50,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install dylint-link
run: cargo install dylint-link
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ssh-key: ${{ secrets.PR_SSH_KEY }}

Expand All @@ -24,7 +24,7 @@ jobs:
run: scripts/update_dependencies.sh

- name: Create pull request
uses: peter-evans/create-pull-request@v4
uses: peter-evans/create-pull-request@v6
with:
title: Update dependencies
token: ${{ secrets.PR_GITHUB_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/upgrade_lints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ssh-key: ${{ secrets.PR_SSH_KEY }}

Expand All @@ -21,7 +21,7 @@ jobs:
run: scripts/upgrade_lints.sh

- name: Create pull request
uses: peter-evans/create-pull-request@v4
uses: peter-evans/create-pull-request@v6
with:
title: Upgrade lints
token: ${{ secrets.PR_GITHUB_TOKEN }}
Loading

0 comments on commit 99f0742

Please sign in to comment.