mirror of
https://github.com/nasa/openmct.git
synced 2024-12-23 15:02:23 +00:00
09f25bc525
Bumps [makaroni4/prcop](https://github.com/makaroni4/prcop) from 1.0.31 to 1.0.35. - [Release notes](https://github.com/makaroni4/prcop/releases) - [Commits](https://github.com/makaroni4/prcop/compare/v1.0.31...v1.0.35) --- updated-dependencies: - dependency-name: makaroni4/prcop dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: John Hill <john.c.hill@nasa.gov>
24 lines
457 B
YAML
24 lines
457 B
YAML
name: PRcop
|
|
|
|
on:
|
|
pull_request:
|
|
types:
|
|
- edited
|
|
- synchronize
|
|
- ready_for_review
|
|
- review_requested
|
|
pull_request_review_comment:
|
|
types:
|
|
- created
|
|
|
|
jobs:
|
|
prcop:
|
|
runs-on: ubuntu-latest
|
|
name: PRcop
|
|
steps:
|
|
- name: Linting Pull Request
|
|
uses: makaroni4/prcop@v1.0.35
|
|
with:
|
|
config-file: ".github/workflows/prcop-config.json"
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|