Skip to content

Bump nokogiri from 1.14.3 to 1.16.5 in /docs #42

Bump nokogiri from 1.14.3 to 1.16.5 in /docs

Bump nokogiri from 1.14.3 to 1.16.5 in /docs #42

Workflow file for this run

name: todo2issue
on: ["push"]
jobs:
build:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@master"
- name: "TODO to Issue"
uses: "alstr/[email protected]"
with:
REPO: ${{ github.repository }}
BEFORE: ${{ github.event.before }}
SHA: ${{ github.sha }}
TOKEN: ${{ secrets.GITHUB_TOKEN }}
LABEL: "# TODO"
COMMENT_MARKER: "#"
id: "todo"