mirror of
https://github.com/nasa/openmct.git
synced 2025-02-20 01:16:46 +00:00
[CI] Update PR Cop to run on more events (#4855)
* [CI] Update PR Cop to run on more events * Update prcop.yml * Update prcop.yml * Update e2e PR * Update e2e-visual.yml
This commit is contained in:
parent
f40398807e
commit
d114353556
4
.github/workflows/e2e-pr.yml
vendored
4
.github/workflows/e2e-pr.yml
vendored
@ -2,7 +2,9 @@ name: "e2e-pr"
|
||||
on:
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
types: [ labeled ]
|
||||
types:
|
||||
- labeled
|
||||
- opened
|
||||
|
||||
jobs:
|
||||
e2e-full:
|
||||
|
1
.github/workflows/e2e-visual.yml
vendored
1
.github/workflows/e2e-visual.yml
vendored
@ -4,6 +4,7 @@ on:
|
||||
pull_request:
|
||||
types:
|
||||
- labeled
|
||||
- opened
|
||||
schedule:
|
||||
- cron: '28 21 * * 1-5'
|
||||
|
||||
|
7
.github/workflows/prcop.yml
vendored
7
.github/workflows/prcop.yml
vendored
@ -1,12 +1,15 @@
|
||||
name: PRcop
|
||||
name: PRCop
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
types:
|
||||
- opened
|
||||
- reopened
|
||||
- edited
|
||||
- synchronize
|
||||
- ready_for_review
|
||||
- review_requested
|
||||
- review_request_removed
|
||||
pull_request_review_comment:
|
||||
types:
|
||||
- created
|
||||
@ -14,7 +17,7 @@ on:
|
||||
jobs:
|
||||
prcop:
|
||||
runs-on: ubuntu-latest
|
||||
name: PRcop
|
||||
name: Template Check
|
||||
steps:
|
||||
- name: Linting Pull Request
|
||||
uses: makaroni4/prcop@v1.0.35
|
||||
|
Loading…
x
Reference in New Issue
Block a user