Upgrade ElectronNET to ElectronNET.Core 0.4.1 #5
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 on approval | |
| on: | |
| pull_request_review: | |
| types: [submitted] | |
| jobs: | |
| automerge: | |
| if: ${{ github.event.review.state == 'approved' }} | |
| runs-on: ubuntu-latest | |
| permissions: | |
| pull-requests: write | |
| contents: write | |
| checks: read | |
| steps: | |
| - name: Auto-merge disabled | |
| run: | | |
| echo "Auto-merge on approval disabled." | |
| echo "Please merge the PR manually after required checks and approvals pass." |