Skip to content

chore(deps): bump python-semantic-release/python-semantic-release (#96) #162

chore(deps): bump python-semantic-release/python-semantic-release (#96)

chore(deps): bump python-semantic-release/python-semantic-release (#96) #162

Workflow file for this run

name: 03_DevEx
on:
push:
branches:
- main
jobs:
todos:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- uses: actions/checkout@master
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Sync TODOs with Issues
uses: ribtoks/tdg-github-action@master
with:
TOKEN: ${{ secrets.GITHUB_TOKEN }}
REPO: ${{ github.repository }}
SHA: ${{ github.sha }}
REF: ${{ github.ref }}