hayato iida
e1508c66ff
change export PATH to add-path for github actions
2020-03-03 12:35:42 +09:00
Mike McQuaid
43f6411f14
workflows/tests: restrict to Homebrew/brew.
...
This should avoid being spammed with failing CI runs on random forks.
2020-02-19 11:59:37 +00:00
Mike McQuaid
9d9ceb8b4c
.github/stale: add extend configuration.
...
This seems to be necessary for stalebot to behave as expected.
2020-01-02 08:49:52 +00:00
Issy Long
522e341c4a
git rm .github/issue-close-app.yml
...
- We decided to disable this bot earlier this year, so we don't need the
configs any more.
2019-12-18 22:07:43 +00:00
Issy Long
4e3a846439
Add vale linting as a CI step
...
- So that people know when the docs they've written violate our style
guides.
2019-12-18 16:09:21 +00:00
Mike McQuaid
bed5297b6c
.github/workflows/tests: run config, doctor.
...
This should help with debugging why the `brew bundle` tests are now
failing.
2019-12-04 15:35:31 +00:00
Mike McQuaid
8ebfc923fb
Merge pull request #6792 from EricFromCanada/issue-template-update
...
Issues: add section for brew config & doctor output
2019-11-29 10:48:59 +00:00
Eric Knibbe
9dc2997b9a
Add section for brew config & doctor output
2019-11-28 18:04:34 -05:00
Mike McQuaid
c79cb6a2db
workflows/apidoc: try to rebase before pushing.
...
This avoids failures when you have two `master` builds running at once.
2019-11-28 15:24:32 +00:00
Mike McQuaid
a6c3ee02dd
workflows/tests: tweak behaviour by OS.
...
This should speed up Homebrew/brew testing by not running generic or
no-compat tests on macOS.
2019-11-27 14:01:39 +00:00
Mike McQuaid
854b445919
workflows/tests: display cop names.
...
This is useful when debugging locally.
2019-11-27 13:09:35 +00:00
Mike McQuaid
b9a0135041
workflows/tests: skip update-test unless on a PR.
...
If this is a `master` build and it was merged: this is a flaky test we
can't do anything about.
2019-11-27 09:38:22 +00:00
Mike McQuaid
a3b1ef8d28
tests: set git user for update-test.
...
Otherwise it can fail:
a5550aa9a9/checks
2019-11-22 09:25:27 +00:00
Mike McQuaid
04835db85e
Move some brew-test-bot logic to GitHub Actions.
...
This will improve the output and ease of parsing while allowing code to
be removed from brew-test-bot which relates only to a single repo (this
one).
2019-11-21 19:50:23 +00:00
Mike McQuaid
143c342cfb
More issue template tweaks
...
Be more consistent between items and with homebrew-core.
2019-10-29 16:44:06 +00:00
Mike McQuaid
78565c25ad
Issue template tweaks
...
More some stuff from the templates to the chooser.
2019-10-29 13:29:04 +00:00
Mike McQuaid
c50eac258a
ISSUE_TEMPLATE: add config.
2019-10-25 15:31:36 +01:00
Mike McQuaid
9a5f54c0c3
.github/workflows/tests: use homebrew/brew docker image.
...
This has replaced the linuxbrew/brew one.
2019-10-09 21:12:11 +01:00
Cheng XU
a55f33c3e4
github action: only run in the main repo
...
This prevents the action being run in the fork, which
will generate errors due to missing token.
2019-10-02 20:10:06 +08:00
EricFromCanada
f2a4681f26
workflows/apidoc: combine steps to preserve current directory
2019-09-05 09:58:18 -04:00
EricFromCanada
83be557b96
workflows: revise apidoc workflow
2019-09-04 09:13:36 -04:00
EricFromCanada
87c4a04cec
workflows: add apidoc workflow for rubydoc.brew.sh
2019-09-04 00:07:43 -04:00
Markus Reiter
94233cf4e1
Merge pull request #6384 from reitermarkus/docker
...
Try caching the Docker image.
2019-08-21 09:59:09 +02:00
Mike McQuaid
e002a39a42
workflows/tests: hardcode coveralls token.
...
This is just used to set test coverage and GitHub Actions doesn't have
a good "secrets for forks" story yet.
2019-08-21 08:35:13 +01:00
Markus Reiter
85968040b1
Try caching the Docker image.
2019-08-21 06:55:15 +02:00
Mike McQuaid
67f960ba67
GitHub Actions CI
...
Try to setup GitHub Actions CI.
2019-08-19 20:38:19 +01:00
Vítor Galvão
e58f41f78d
Fix templates link in close bot
2019-06-29 19:22:53 +01:00
Mike McQuaid
24208ce47c
issue-close-app.yml: bonus comma.
...
Co-Authored-By: Steven Peters <scpeters@openrobotics.org>
2019-06-25 17:45:30 +01:00
Mike McQuaid
1adde6252e
Update issue-close-app.yml
...
Clarify the wording while hopefully remaining friendly.
2019-06-25 16:05:51 +01:00
Mike McQuaid
69f4c3fe05
.github/issue-close-app: make message friendlier.
...
This should hopefully make the experience a little more pleasant when users make an innocent mistake.
2019-06-19 17:05:38 +01:00
Mike McQuaid
dde029a596
issue-close-app.yml: fix YAML syntax (again)
...
Use the correct multiline syntax.
2019-05-27 13:41:44 +01:00
Mike McQuaid
038d515800
issue-close-app: reorder comment to match README.
2019-05-27 08:43:05 +01:00
Issy Long
0516c78e13
Fix issue close bot's config file
...
- According to the
[README](https://github.com/offu/close-issue-app#usage ) it was missing
an `issueConfigs` key. This was causing errors to be posted to new
issues rather than the despired text.
2019-05-26 19:49:35 +01:00
Mike McQuaid
70ddb67371
github/issue-close-app: autoclose missing issue template.
...
It's not a good use of maintainer time to handle these manually.
2019-05-25 11:05:52 +01:00
Mike McQuaid
a84a20e97b
.github/: defer to Homebrew/.github repo.
...
This allows maintaining more settings in one place.
2019-05-23 09:46:28 +02:00
Mike McQuaid
aa940a21a9
Generate and push rubydoc.brew.sh
...
This is a replacement for the rubydoc.info site that has been a bit
unreliable for us.
Also, note we're using the community Ruby style guide now rather than
the GitHub one.
2019-03-28 21:15:50 +00:00
Mike McQuaid
d716d0fb16
Remove probot-move.
...
This has been replaced with GitHub's beta feature.
2019-01-02 20:53:54 +00:00
Iulian Onofrei
cdeff35e3c
Simplify usage instructions for the reproducible bug report GitHub issue template
2018-11-12 21:07:48 +02:00
Iulian Onofrei
2380ce19da
Simplify usage instructions for the new feature suggestion GitHub issue template
...
The previous version mentioned replacing the template's content in its
first phrase, and knowing that users don't read anything, the chances
for replacing the whole content is higher than in the new version.
It now has the required sections clearly separated and specific parts of
the template that the user needs to replace.
2018-11-11 13:25:16 +02:00
Markus Reiter
9e2b14a80d
Use non-legacy test example in PR template.
2018-07-17 13:06:03 +02:00
Markus Reiter
de246cc528
Update Homebrew-Cask references.
2018-05-25 18:20:02 +02:00
Markus Reiter
c4222141ac
Revert "Update Homebrew-Cask references."
...
This reverts commit 4475651b548afdcf15c4cf7a7cb57baca1885186.
2018-05-25 17:57:32 +02:00
Markus Reiter
4475651b54
Update Homebrew-Cask references.
2018-05-25 17:56:16 +02:00
Mike McQuaid
5616dca1e4
Merge pull request #4163 from commitay/issue-template
...
reproducible-bug-report.md: update cask url
2018-05-13 09:39:44 -04:00
commitay
66914ac58a
reproducible-bug-report.md: update cask url
2018-05-13 12:11:41 +10:00
commitay
e61120ae90
add .github/issue_template.md
2018-05-13 12:08:55 +10:00
Mike McQuaid
276109f1ed
Use new GitHub issue template format
2018-05-07 09:53:49 -04:00
Mike McQuaid
e7db10c928
Merge pull request #4148 from MikeMcQuaid/issue-template-newlines
...
.github/ISSUE_TEMPLATE: fix newlines.
2018-05-04 10:15:39 +01:00
Mike McQuaid
1ec12ebbf8
Add more Probots
...
We're already using the stale bot which seems to work quite well for us.
Let's also add:
- [No Response](https://probot.github.io/apps/no-response/ ) (replacing
[github-snooze-button](https://github.com/tdsmith/github-snooze-button ))
- [Move Issues](https://probot.github.io/apps/move/ )
- [Support Requests](https://probot.github.io/apps/support/ )
- [Lock Threads](https://probot.github.io/apps/lock/ )
2018-05-04 09:08:12 +01:00
Mike McQuaid
43eb91f82b
.github/ISSUE_TEMPLATE: fix newlines.
...
Use LF endings rather than CRLF endings.
2018-05-04 09:02:24 +01:00