summaryrefslogtreecommitdiffstats
path: root/ansible_collections/amazon/aws/.github/workflows/changelog.yml
blob: 74557125b355c7f5f08a7f4d3adf2566626714b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
name: changelog
concurrency:
  group: ${{ github.workflow }}-${{ github.ref }}
  cancel-in-progress: true

on:
  pull_request:
    types:
      - opened
      - reopened
      - labeled
      - unlabeled
      - synchronize
    branches:
      - main
      - stable-*
    tags:
      - "*"
jobs:
  changelog:
    uses: ansible-network/github_actions/.github/workflows/changelog.yml@main