feat: Add check and warning for reboot inhibitor #208
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Auto Merge Dependency Updates | |
| on: | |
| - pull_request_target | |
| jobs: | |
| auto-merge-dependency-updates: | |
| runs-on: ubuntu-latest | |
| permissions: | |
| contents: write | |
| pull-requests: write | |
| concurrency: | |
| group: "auto-merge:${{ github.head_ref }}" | |
| cancel-in-progress: true | |
| steps: | |
| - uses: Mic92/auto-merge@main |