Issue 688: UDP packet has timestamp field #32
Workflow file for this run
This file contains 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: "pr_closed" | |
on: | |
pull_request_target: | |
types: | |
- closed | |
concurrency: | |
group: pr-${{ github.event.pull_request.number || github.ref }} | |
jobs: | |
main: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: andymckay/[email protected] | |
with: | |
remove-labels: 'work in progress,ready for review,review in progress,needs revision,needs rebase' |