Skip to content

impl: bump activesupport from 7.0.6 to 7.0.7.2 in /docs #6

impl: bump activesupport from 7.0.6 to 7.0.7.2 in /docs

impl: bump activesupport from 7.0.6 to 7.0.7.2 in /docs #6

name: "PR title follows `<type>: <subject>`"
on:
pull_request_target:
types:
- opened
- edited
- synchronize
permissions:
pull-requests: read
jobs:
main:
runs-on: ubuntu-latest
steps:
- name: semantic-pull-request
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: amannn/action-semantic-pull-request@c3cd5d1ea3580753008872425915e343e351ab54 # v5.2.0
with:
types: |
content
editorial
nonspec
blog
fix
style
impl