review impact of Dataplanes potentially not having any inbounds #80
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: | | |
| Issue Opened | |
| on: | |
| issues: | |
| types: | |
| - opened | |
| permissions: {} # disables permissions for all of the available permissions | |
| jobs: | |
| add-inbox-milestone: | |
| timeout-minutes: 30 | |
| runs-on: ubuntu-latest | |
| permissions: | |
| issues: write | |
| steps: | |
| - env: | |
| GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
| run: | | |
| gh issue edit "${{ github.event.issue.number }}" \ | |
| --repo ${{ github.repository }} \ | |
| --milestone "0.inbox" |