Skip to content

Bump @types/sinon from 17.0.2 to 17.0.3 (#325) #223

Bump @types/sinon from 17.0.2 to 17.0.3 (#325)

Bump @types/sinon from 17.0.2 to 17.0.3 (#325) #223

Workflow file for this run

name: Create Issues from TODOs
on:
push:
branches:
- master
jobs:
build:
# Run on latest version of ubuntu
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
# "ref" specifies the branch to check out.
# "github.event.release.target_commitish" is a global variable and specifies the branch the release targeted
ref: ${{ github.event.release.target_commitish }}
- name: "TODO to Issue"
uses: "alstr/[email protected]"
id: "todo"