mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-07 20:39:22 +00:00
github: Do not run require porting labels on stable-2.1
When we are creating a PR in stable-2.1 we do not need to run the github action of porting labels as we are doing backports or new releases in stable-2.1 and we it is unnecessary to put labels like no-backport-needed or no-forwardport-needed, etc. Fixes #1847 Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
This commit is contained in:
parent
dd26aa5838
commit
1ea0dc9804
@ -6,6 +6,9 @@
|
||||
name: Ensure PR has required porting labels
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
pull_request_target:
|
||||
types:
|
||||
- opened
|
||||
|
Loading…
Reference in New Issue
Block a user