Skip to content

fix(deps): bump github.com/compose-spec/compose-go/v2 from 2.9.1 to 2.11.0 in /apps/cli-go #1233

fix(deps): bump github.com/compose-spec/compose-go/v2 from 2.9.1 to 2.11.0 in /apps/cli-go

fix(deps): bump github.com/compose-spec/compose-go/v2 from 2.9.1 to 2.11.0 in /apps/cli-go #1233

name: Lint Pull Request
# Release-notes PRs (head ref `release-notes/*`) skip CI; only
# apply-release-notes.yml runs for those.
on:
pull_request_target:
types:
- opened
- edited
- synchronize
- reopened
- ready_for_review
merge_group:
types:
- checks_requested
branches:
- main
permissions:
pull-requests: read
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true
jobs:
main:
if: |
github.event_name == 'merge_group' ||
(github.event_name == 'pull_request_target' &&
!startsWith(github.event.pull_request.head.ref, 'release-notes/') &&
github.event.pull_request.draft == false)
name: Lint Pull Request
runs-on: ubuntu-latest
steps:
- if: github.event_name == 'pull_request_target'
uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v6.1.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- if: github.event_name == 'merge_group'
run: echo "Merge queue entry does not have a pull request payload; reporting success for the required lint check."