Skip to content

Test of merge process: DO NOT MERGE! #11

Test of merge process: DO NOT MERGE!

Test of merge process: DO NOT MERGE! #11

Workflow file for this run

on:
# Trigger the workflow on push or pull request
pull_request_target:
types:
- opened
# branches:
# - master
# - develop
jobs:
comment:
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@v7
with:
script: |
github.rest.issues.createComment({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: 'This is an auto-generated reply.\n\nYour pull request has been received.\n\nPlease note: during the holidays, processing of pull requests will be delayed. Normal service is expected to resume on 2024-01-08.'
})