-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Welcome external-to-google contributors with a nice message and assig…
- Loading branch information
1 parent
79e732c
commit f67fdd3
Showing
5 changed files
with
54 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
#!/bin/bash | ||
echo > comment/pr_comment << EOF | ||
Hello! I am a robot who works on Magic Modules PRs. | ||
I have detected that you are a community contributor, so your PR will be assigned to someone with a commit-bit on this repo for initial review. They will authorize it to run through our CI pipeline, which will generate downstream PRs. | ||
Thanks for your contribution! A human will be with you soon. | ||
EOF | ||
|
||
shuf -n 1 <(printf "ndmckinley\nrambleraptor\nchrisst\nrileykarson\nSirGitsalot\nslevenick") > comment/assignee |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
# This file takes one input: magic-modules in detached-HEAD state. | ||
# It spits out "magic-modules-branched", a magic-modules repo on a new branch (named | ||
# after the HEAD commit on the PR). | ||
platform: linux | ||
|
||
image_resource: | ||
type: docker-image | ||
source: | ||
# This task requires a container with 'git', 'python', and the pip | ||
# package 'pygithub'. | ||
repository: gcr.io/magic-modules/python | ||
tag: '1.0' | ||
|
||
inputs: | ||
- name: magic-modules-external-prs | ||
- name: magic-modules-gcp | ||
|
||
outputs: | ||
- name: comment | ||
|
||
run: | ||
path: magic-modules-gcp/.ci/magic-modules/welcome-contributor.sh |
Submodule terraform
updated
from 1bc6bd to 3fc3c5
Submodule terraform-beta
updated
from 4d5816 to 9afa7a