673 Commits

Author SHA1 Message Date
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
Mike McQuaid
7d0474b3c7 Update issue templates
Use the new issue template improvements: https://blog.github.com/2018-05-02-issue-template-improvements/
2018-05-03 08:51:54 +01:00
Mike McQuaid
473cdff132 ISSUE_TEMPLATE: various updates.
Most notably: try to point people towards Discourse for non-bugs.
2018-02-12 16:54:23 +00:00
Simon B
84ab3d0743 don't add brew doctor 2018-01-23 01:52:41 +01:00
Simon B
480a25aef9 Add doctor and style to checklist.
Ensures that contributors know about `brew doctor` and `brew style` before submitting a PR, since CI fails on `brew style` breaches.
2018-01-23 01:02:40 +01:00
Mike McQuaid
6676e4051c ISSUE_TEMPLATE: firm up language
Try to be even clearer that we need you to read this.
2017-08-24 11:45:41 +01:00
Mike McQuaid
275aa1d19d ISSUE_TEMPLATE: more tweaks.
- add a missing `not`
- note if formulae don't work after `brew install` we don't want those
  issues here either
- harden closing issue without comment disclaimer
2017-06-16 16:31:44 +01:00
Mike McQuaid
978c121276 Tweak troubleshooting docs and issue template
- Note that Homebrew Cask issues should be filed elsewhere.
- Make `brew`/homebrew-core issue differential in simpler language
- Tell people to fix all `brew doctor` issues
- Refer to the issue checklist and make it even more clear and prominent
  that we may close it out immediately if they don't use it.
- Note that proposed new issues should be widely relevant.
- Don't tell people they need to `brew cask install java`; we handle
  this in most places with a Java requirement and probably want issues
  filed where we don't.
- Remove reference to Homebrew Dupes and replace with reference to
  Homebrew Cask to try and get people filing stuff there instead.

Fixes #2608
2017-05-09 15:21:28 +01:00
Mike McQuaid
b0be928f69 Add probot-stale configuration. 2017-04-05 09:14:35 +01:00