Skip to content

merge queue: embarking main (fce5d28) and #7215 together #1222

merge queue: embarking main (fce5d28) and #7215 together

merge queue: embarking main (fce5d28) and #7215 together #1222

name: PR Creation Comment
on:
pull_request_target:
types:
- opened
permissions:
contents: read
pull-requests: write
jobs:
comment:
runs-on: ubuntu-latest
if: ${{ !startsWith(github.head_ref, 'mergify/merge-queue/') }}
steps:
- name: Comment on new PR
uses: thollander/actions-comment-pull-request@v2
with:
message: |
Thanks for opening this pull request! :tada:
Please consult the [contributing guidelines](https://www.winglang.io/contributing) for details on how to contribute to this project.
If you need any assistance, don't hesitate to ping use over [Discord](https://t.winglang.io/discord).
comment_tag: New PR
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}