Skip to content

Commit 9d30356

Browse files
committed
chore: migrate first-time contributor welcome to agentic workflow
1 parent 6a606a9 commit 9d30356

6 files changed

Lines changed: 1275 additions & 27 deletions

File tree

.gitattributes

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
/.yarn/releases/** binary
2-
/.yarn/plugins/** binary
2+
/.yarn/plugins/** binary
3+
4+
.github/workflows/*.lock.yml linguist-generated=true merge=ours

.github/aw/actions-lock.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"entries": {
3+
"actions/github-script@v9": {
4+
"repo": "actions/github-script",
5+
"version": "v9",
6+
"sha": "3a2844b7e9c422d3c10d287c895573f7108da1b3"
7+
},
8+
"github/gh-aw-actions/setup@v0.71.1": {
9+
"repo": "github/gh-aw-actions/setup",
10+
"version": "v0.71.1",
11+
"sha": "239aec45b78c8799417efdd5bc6d8cc036629ec1"
12+
}
13+
}
14+
}

.github/config.yml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,3 @@
1-
#-------------------------------------------------------------------------------
2-
# Configuration for new-issue-welcome - https://github.com/behaviorbot/new-issue-welcome
3-
# Comment to be posted to on first time issues
4-
newIssueWelcomeComment: >
5-
Thanks for opening this issue. A contributor will be by to give feedback soon. In the meantime, please review the [Layer5 Community Welcome Guide](https://docs.google.com/document/d/17OPtDE_rdnPQxmk2Kauhm3GwXF1R5dZ3Cj8qZLKdo5E/edit?usp=sharing) and sure to join the [community Slack](http://slack.layer5.io/).
6-
# Configuration for new-pr-welcome - https://github.com/behaviorbot/new-pr-welcome
7-
# Comment to be posted to on PRs from first time contributors in your repository
8-
newPRWelcomeComment: >
9-
Yay, your first pull request! :thumbsup: A contributor will be by to give feedback soon. In the meantime, please review the [Layer5 Community Welcome Guide](https://docs.google.com/document/d/17OPtDE_rdnPQxmk2Kauhm3GwXF1R5dZ3Cj8qZLKdo5E/edit?usp=sharing) and sure to join the [community Slack](http://slack.layer5.io/).
10-
11-
Be sure to double-check that you have signed your commits. Here are instructions for [making signing an implicit activity while peforming a commit](../CONTRIBUTING.md#signing-off-on-commits-developer-certificate-of-origin).
12-
13-
14-
#-------------------------------------------------------------------------------
15-
# Configuration for first-pr-merge - https://github.com/behaviorbot/first-pr-merge
16-
# Comment to be posted to on pull requests merged by a first time user
17-
firstPRMergeComment: >
18-
  	   	   	   	 Thank you for contributing to the Layer5 community! :tada:
19-
\
20-
\
21-
![Congrats!](https://github.com/layer5io/layer5/blob/master/.github/welcome/Layer5-celebration.png)
22-
\
23-
\
24-
  	   	   	   	 :star: Please leave a [star on the project](../stargazers). :smile:
25-
26-
271
#-------------------------------------------------------------------------------
282
# Configuration for request-info - https://github.com/behaviorbot/request-info
293
# Comment to reply with

0 commit comments

Comments
 (0)