Skip to content

chore(deps): bump python-semantic-release/python-semantic-release from 9.8.7 to 9.8.8 #309

chore(deps): bump python-semantic-release/python-semantic-release from 9.8.7 to 9.8.8

chore(deps): bump python-semantic-release/python-semantic-release from 9.8.7 to 9.8.8 #309

Workflow file for this run

# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: Semantic PR
concurrency:
group: Semantic-PR-${{ github.head_ref }}
cancel-in-progress: true
on:
pull_request_target:
types:
- opened
- edited
- reopened
jobs:
semantic-pr:
runs-on: ubuntu-20.04
timeout-minutes: 1
steps:
- name: Semantic pull-request
uses: amannn/action-semantic-pull-request@v5.5.3
with:
requireScope: false
wip: true
validateSingleCommit: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}