Skip to content

auto release on issue creation #4

auto release on issue creation

auto release on issue creation #4

Workflow file for this run

---
name: black
concurrency:
group: '${{ github.workflow }} @ ${{ github.sha }}'
cancel-in-progress: true
on:
push:
branches:
- main
- 'stable-*'
pull_request_target:
jobs:
format:
uses: abikouo/github_actions/.github/workflows/black.yml@automate_changes_a