You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# To make changes, update the source repository and follow the guidelines in its README.
4
+
5
+
name: comment-on-pr
6
+
on:
7
+
pull_request_target:
8
+
9
+
jobs:
10
+
comment-on-pr:
11
+
runs-on: ubuntu-22.04
12
+
permissions:
13
+
pull-requests: write
14
+
steps:
15
+
- name: Check out repository
16
+
uses: actions/checkout@v4
17
+
18
+
- name: Initial PR comment
19
+
uses: marocchino/sticky-pull-request-comment@v2
20
+
with:
21
+
message: |
22
+
Thank you for contributing to the Autoware project!
23
+
24
+
🚧 If your pull request is in progress, [switch it to draft mode](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request#converting-a-pull-request-to-a-draft).
- Your PR follows our [pull request guidelines](https://autowarefoundation.github.io/autoware-documentation/main/contributing/pull-request-guidelines/).
29
+
- All required CI checks pass before [marking the PR ready for review](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request#marking-a-pull-request-as-ready-for-review).
0 commit comments