Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
AsifNawaz-cnic committed Nov 9, 2023
1 parent b69e865 commit 7523d33
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 17 deletions.
11 changes: 0 additions & 11 deletions .github/linters/checkstyle-suppressions.xml

This file was deleted.

14 changes: 8 additions & 6 deletions .github/workflows/auto-merge-dependabot-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,22 @@ on:
- opened
- synchronize

permissions:
contents: write
pull-requests: write
deployments: write

jobs:
tests:
uses: ./.github/workflows/test.yml
secrets: inherit

permissions:
contents: read

dependabot:
name: Auto-merge Dependabot PR
runs-on: ${{ vars.RTLDEV_MW_CI_OS }}
needs: tests
permissions:
contents: write
issues: write
pull-requests: write

if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: Dependabot metadata
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jobs:
lint:
name: 🧪 Linting
runs-on: ${{ vars.RTLDEV_MW_CI_OS }}
permissions:
contents: read

steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 7523d33

Please sign in to comment.