Skip to content

build(deps): bump certifi from 2021.10.8 to 2022.12.7 in /requirements #2746

build(deps): bump certifi from 2021.10.8 to 2022.12.7 in /requirements

build(deps): bump certifi from 2021.10.8 to 2022.12.7 in /requirements #2746

Workflow file for this run

name: comment-commands
on:
issue_comment:
types:
- created
- edited
jobs:
process-comment:
name: check-comment
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@master
- run: ./.github/scripts/process-comment.sh
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}