Skip to content

Bump nokogiri from 1.14.3 to 1.16.2 in /docs #47

Bump nokogiri from 1.14.3 to 1.16.2 in /docs

Bump nokogiri from 1.14.3 to 1.16.2 in /docs #47

Workflow file for this run

on:
pull_request_target:
paths-ignore:
- "docs/Coding-Conventions.md"
types:
- opened
- reopened
jobs:
comment_on_pr:
runs-on: ubuntu-latest
name: PR comment
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Comment on PR
uses: thollander/actions-comment-pull-request@v1
with:
message: |
Thank you for contributing! :wave:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}