Skip to content

Bump rexml from 3.3.3 to 3.3.6 in /docs #79

Bump rexml from 3.3.3 to 3.3.6 in /docs

Bump rexml from 3.3.3 to 3.3.6 in /docs #79

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 }}