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
chore: update pr_maintainer_workflow to resolve breaking changes (#660)
* chore: update pr_maintainer_workflow to resolve breaking changes
* Update indentation
* Update workflows
* Restrict tests to just when Swift files are changed
---------
Co-authored-by: Andrew Tavis McAllister <andrew.t.mcallister@gmail.com>
Copy file name to clipboardExpand all lines: .github/workflows/pr_maintainer_checklist.yaml
+14-5Lines changed: 14 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ jobs:
14
14
pull-requests: write
15
15
steps:
16
16
- name: Thank You Message
17
-
uses: thollander/actions-comment-pull-request@v2
17
+
uses: thollander/actions-comment-pull-request@v3
18
18
with:
19
19
message: |
20
20
## Thank you for the pull request! 💙
@@ -32,7 +32,7 @@ jobs:
32
32
> Scribe uses [Conventional Comments](https://conventionalcomments.org/) in reviews to make sure that communication is as clear as possible.
33
33
34
34
- name: Add Checklist
35
-
uses: thollander/actions-comment-pull-request@v2
35
+
uses: thollander/actions-comment-pull-request@v3
36
36
with:
37
37
message: |
38
38
## Maintainer Checklist
@@ -45,10 +45,19 @@ jobs:
45
45
46
46
- name: First PR Contributor Email Check
47
47
id: first_interaction
48
-
uses: actions/first-interaction@v1
48
+
uses: actions/first-interaction@v3
49
49
with:
50
-
repo-token: ${{ secrets.GITHUB_TOKEN }}
51
-
pr-message: |
50
+
repo_token: ${{ secrets.GITHUB_TOKEN }}
51
+
issue_message: |
52
+
## Thank you for opening your first issue! 💙
53
+
54
+
- If you're not already a member of our [public Matrix community](https://matrix.to/#/#scribe_community:matrix.org), please consider joining!
55
+
- We'd suggest that you use the [Element](https://element.io/) client as well as [Element X](https://element.io/app) for a mobile app
56
+
- Join the `General` and `iOS` rooms once you're in
57
+
- Also consider attending our bi-weekly Saturday developer syncs!
58
+
- Details are shared in the `General` room on Matrix each Wednesday before the sync
59
+
- It would be great to meet you 😊
60
+
pr_message: |
52
61
## First PR Commit Check
53
62
54
63
- [ ] The commit messages for the remote branch should be checked to make sure the contributor's email is set up correctly so that they receive credit for their contribution
0 commit comments