Commit graph

16 commits

Author SHA1 Message Date
Mac Siri
df245e7e84
Create codeql-analysis.yml (#10276) 2020-09-11 09:46:45 +02:00
Alberto Pérez de Rada Fiol
8b882dd512
Add workflow automating maintainers' comment on new issues (#9488)
* Add workflow automating maintainers' comment on new issues

* Add steps

* Convert steps to a list
2020-07-29 14:17:47 +02:00
Yash Dave
c9ff792497
fix actions/checkout to v2 for rebase workflow (#9515) 2020-07-28 10:34:35 -05:00
Mac Siri
7ceb5550a2
Remove codeql-analysis.yml (#9354) 2020-07-16 12:15:38 -04:00
Molly Struve
e2d58f862c
[deploy] Remove codeql analysis for right now (#9308) 2020-07-14 12:37:45 -05:00
rhymes
b42a843b78
Add Github CodeQL code scanner for JavaScript (#9217)
GitHub released a code analysis engine that scans the code for potential issues called CodeQL.

Among the list of supported languages we only use JavaScript
2020-07-09 14:16:48 -04:00
Jacob Herrington
9285abcd5e
Remove first interaction workflow (#9112)
This workflow is currently not function as expected. I'm not sure why it
would not be more clearly documented, but there doesn't seem to be a way
that this would actually work to leave a comment on a first time
contributor's PR (given that the contributor is using a fork)...

Relevant discussions:
https://github.com/actions/first-interaction/issues/10
https://github.community/t/github-actions-are-severely-limited-on-prs/18179#M9249
2020-07-05 18:14:10 -04:00
Jacob Herrington
0b973c9d82
Allow organization owners to use the Automatic Rebase workflow (#9090)
* Allow org owners to kick off automatic rebase

I suspect without this change PBJ couldn't kick off the automatic rebase
workflow.

This also includes a tweak to our method for determining if this is a
comment on a PR. I personally think this method is more explicit and
therefore readable.

* Add explanatory comment to rebase workflow

This might help someone determine what the workflow does at a glance, it
also documents a slightly unexpected caveat: The workflow can't be
triggered if your organization membership is private.

* Trigger Travis

Co-authored-by: rhymes <rhymesete@gmail.com>
2020-07-03 10:49:40 -05:00
Jacob Herrington
10bb220e1d
Add a workflow to greet new contributors (#9096) 2020-07-03 09:44:41 -05:00
Awasum Yannick
f298f8c41f
Enable Automatic Rebase: Fix #8927 (#9018)
* Enable Automatic Rebase: Fix #8927

* Update rebase.yml to use startsWith

Use startsWith() instead of contains() in Github Action so as to prevent accidental Rebase of PRs.
2020-07-02 12:42:21 +02:00
dependabot-preview[bot]
92c72ab2c5
[deploy] Bump twilio-ruby from 5.37.0 to 5.38.0 (#8968) 2020-06-29 09:39:41 -05:00
Joe Doss
284b6ee1e1
Update dependabot.yml (#8143) 2020-05-28 13:45:47 -05:00
Joe Doss
a913103e7d
Update dependabot.yml (#8140) 2020-05-28 12:30:26 -05:00
Joe Doss
a607cbbf41
Update vendor/cache After Dependabot (#8135)
* Create dependabot.yml with 

bundle config cache_all_platforms true
bundle config set cache_all true

so we cache gems in the workflow.
2020-05-28 12:15:43 -05:00
Ben Halpern
ec98a4f271
Remove Greetings workflows (#6453) 2020-03-04 13:37:31 -05:00
Mac Siri
2c6fc937cd
Create greeter (#4727)
* [WIP] Create greeter

* Update greeter
2020-02-18 13:31:00 -05:00