Skip to content

Bump rexml from 3.2.5 to 3.3.6 in /docs #41

Bump rexml from 3.2.5 to 3.3.6 in /docs

Bump rexml from 3.2.5 to 3.3.6 in /docs #41

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"