From 1a2a13a6ffce849734516f44a9323107e82fcca8 Mon Sep 17 00:00:00 2001 From: Jarrod Davis Date: Sun, 24 Sep 2017 09:02:01 -0500 Subject: [PATCH 01/10] Update GPG screenshots --- _apps/gpg.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_apps/gpg.md b/_apps/gpg.md index 2dbd3e0..0b0059b 100644 --- a/_apps/gpg.md +++ b/_apps/gpg.md @@ -3,8 +3,8 @@ title: GPG description: Enforce GPG signatures on Pull Requests slug: gpg screenshots: -- https://user-images.githubusercontent.com/235875/30776187-bed103a8-a067-11e7-9ecc-5540c03114e1.png -- https://user-images.githubusercontent.com/235875/30776885-3ab13158-a074-11e7-95df-8b6eb7d6b795.png +- https://user-images.githubusercontent.com/235875/30783301-3b314432-a106-11e7-8e15-68ef7584f076.png +- https://user-images.githubusercontent.com/235875/30783306-54c68524-a106-11e7-89b4-78bf126d3008.png authors: [ jarrodldavis ] repository: jarrodldavis/probot-gpg stars: 4 From 92be5e818aadbc5a8682742b678d8bc482229640 Mon Sep 17 00:00:00 2001 From: Jarrod Davis Date: Sun, 24 Sep 2017 09:09:54 -0500 Subject: [PATCH 02/10] Update GPG screenshots in main docs as well --- _apps/gpg.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_apps/gpg.md b/_apps/gpg.md index 0b0059b..2a3abe9 100644 --- a/_apps/gpg.md +++ b/_apps/gpg.md @@ -25,11 +25,11 @@ After installation, this app [checks all commits](https://developer.github.com/v - sign _all_ of their commits in the pull request with that key - link that key with their GitHub account -![GPG Status Check Success](https://user-images.githubusercontent.com/235875/30776187-bed103a8-a067-11e7-9ecc-5540c03114e1.png "GPG Status Check Success") +![GPG Status Check Success](https://user-images.githubusercontent.com/235875/30783301-3b314432-a106-11e7-8e15-68ef7584f076.png "GPG Status Check Success") Otherwise, the app will set the status to `failed`. -![GPG Status Check Failed](https://user-images.githubusercontent.com/235875/30776885-3ab13158-a074-11e7-95df-8b6eb7d6b795.png "GPG Status Check Failed") +![GPG Status Check Failed](https://user-images.githubusercontent.com/235875/30783306-54c68524-a106-11e7-89b4-78bf126d3008.png "GPG Status Check Failed") ## Further reading From 428bb25053611f1238c67462c79fd4c481b71e6b Mon Sep 17 00:00:00 2001 From: Jason Etcovitch Date: Sun, 24 Sep 2017 13:08:07 -0400 Subject: [PATCH 03/10] Change nag bar color --- _layouts/default.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index 90d13ce..dc3aa34 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -12,9 +12,9 @@ - + Join us for office hours - . + ! {% include nav.html %} From 0d377b75dbcfee49b2037462c5f9c2c16226649e Mon Sep 17 00:00:00 2001 From: Brandon Keepers Date: Mon, 25 Sep 2017 17:48:47 +0000 Subject: [PATCH 04/10] Sync data --- _apps/dco.md | 2 +- _apps/gpg.md | 2 +- _apps/sentiment-bot.md | 2 +- _apps/stale.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_apps/dco.md b/_apps/dco.md index 64b005d..12ac027 100644 --- a/_apps/dco.md +++ b/_apps/dco.md @@ -4,7 +4,7 @@ description: Enforce the DCO on Pull Requests slug: dco screenshots: - https://cloud.githubusercontent.com/assets/173/24482273/a35dc23e-14b5-11e7-9371-fd241873e2c3.png -stars: 27 +stars: 26 authors: [ bkeepers ] repository: probot/dco updated: 2017-09-24 09:38:40 UTC diff --git a/_apps/gpg.md b/_apps/gpg.md index cd2972b..d40fee0 100644 --- a/_apps/gpg.md +++ b/_apps/gpg.md @@ -7,7 +7,7 @@ screenshots: - https://user-images.githubusercontent.com/235875/30776885-3ab13158-a074-11e7-95df-8b6eb7d6b795.png authors: [ jarrodldavis ] repository: jarrodldavis/probot-gpg -stars: 4 +stars: 5 updated: 2017-09-24 14:05:03 UTC --- ## Usage diff --git a/_apps/sentiment-bot.md b/_apps/sentiment-bot.md index 7f37c90..3084375 100644 --- a/_apps/sentiment-bot.md +++ b/_apps/sentiment-bot.md @@ -4,7 +4,7 @@ description: Replies to toxic comments with a maintainer designated reply and a slug: sentiment-bot screenshots: - https://user-images.githubusercontent.com/13410355/29323857-fcfe4b4e-8196-11e7-9a08-6184fd46edbb.png -stars: 13 +stars: 11 authors: [ hiimbex ] repository: behaviorbot/sentiment-bot updated: 2017-08-17 17:44:08 UTC diff --git a/_apps/stale.md b/_apps/stale.md index 4a54bd0..526c42d 100644 --- a/_apps/stale.md +++ b/_apps/stale.md @@ -6,7 +6,7 @@ screenshots: - https://user-images.githubusercontent.com/173/27765695-4c016050-5e7e-11e7-9016-c2f6d8c27da4.png - https://user-images.githubusercontent.com/173/27765705-93f94940-5e7e-11e7-8527-3a91bb64ca70.png authors: [ bkeepers ] -stars: 160 +stars: 161 repository: probot/stale updated: 2017-08-29 15:17:14 UTC --- From 9d905d2ecb500fe23ff0ddf65fcb2c6f26fba724 Mon Sep 17 00:00:00 2001 From: Brandon Keepers Date: Tue, 26 Sep 2017 10:18:33 -0500 Subject: [PATCH 05/10] Set timezone for cal entry --- assets/js/office-hours.js | 6 +++--- contribute.html | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/assets/js/office-hours.js b/assets/js/office-hours.js index e71c3ff..2238052 100644 --- a/assets/js/office-hours.js +++ b/assets/js/office-hours.js @@ -6,16 +6,16 @@ var debug = false; // Adjust to Friday at 17:00 UTC / 1pm Eastern var attrs = {day: "Friday", hour: 17, minute: 0, second: 0, millisecond: 0} -var start = moment().utc().set(attrs).local() +var start = moment().utc().set(attrs) // If it's already passed today, go to next Friday if(start < moment()) { start.add({days: 7}) } -end = moment(start).add({hour: 1}) +var end = moment(start).add({hour: 1}) -if(debug || start < moment().add(4, 'hours')) { +if(debug || start < moment().utc().add(4, 'hours')) { document.body.classList.add('office-hours-soon') document.querySelectorAll('.office-hours-nag').forEach(function(el) { el.classList.remove('d-none') diff --git a/contribute.html b/contribute.html index c52165d..077b3f9 100644 --- a/contribute.html +++ b/contribute.html @@ -44,6 +44,7 @@ office_hours_link: https://github.zoom.us/j/221410810 + UTC Probot Office Hours Join us every Friday to give feedback, ask questions, get help, or just chat about ideas. {{ page.office_hours_link }} From 28d55faa3c0cb9561e2e386b67d0aa2a922e683e Mon Sep 17 00:00:00 2001 From: Brandon Keepers Date: Tue, 26 Sep 2017 17:49:33 +0000 Subject: [PATCH 06/10] Sync data --- _apps/dco.md | 2 +- _apps/first-timers.md | 2 +- _apps/gpg.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_apps/dco.md b/_apps/dco.md index 12ac027..0538da1 100644 --- a/_apps/dco.md +++ b/_apps/dco.md @@ -7,7 +7,7 @@ screenshots: stars: 26 authors: [ bkeepers ] repository: probot/dco -updated: 2017-09-24 09:38:40 UTC +updated: 2017-09-26 11:47:13 UTC --- diff --git a/_apps/first-timers.md b/_apps/first-timers.md index d09f651..71a1449 100644 --- a/_apps/first-timers.md +++ b/_apps/first-timers.md @@ -7,7 +7,7 @@ screenshots: authors: [ agonzalez0515, Techforchange ] stars: 22 repository: hoodiehq/first-timers-bot -updated: 2017-09-24 07:56:54 UTC +updated: 2017-09-25 19:11:50 UTC --- # first-timers-bot diff --git a/_apps/gpg.md b/_apps/gpg.md index 13dde04..0656927 100644 --- a/_apps/gpg.md +++ b/_apps/gpg.md @@ -7,8 +7,8 @@ screenshots: - https://user-images.githubusercontent.com/235875/30783306-54c68524-a106-11e7-89b4-78bf126d3008.png authors: [ jarrodldavis ] repository: jarrodldavis/probot-gpg -stars: 5 -updated: 2017-09-24 14:05:03 UTC +stars: 6 +updated: 2017-09-26 09:16:47 UTC --- ## Usage From 39d0cff9bbbca0dff760e1e62dd170405d4fc98f Mon Sep 17 00:00:00 2001 From: Brandon Keepers Date: Wed, 27 Sep 2017 17:49:12 +0000 Subject: [PATCH 07/10] Sync data --- _apps/dco.md | 2 +- _apps/first-timers.md | 2 +- _apps/gpg.md | 2 +- _apps/settings.md | 2 +- _apps/stale.md | 2 +- _apps/welcome.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/_apps/dco.md b/_apps/dco.md index 0538da1..ba8c3c8 100644 --- a/_apps/dco.md +++ b/_apps/dco.md @@ -7,7 +7,7 @@ screenshots: stars: 26 authors: [ bkeepers ] repository: probot/dco -updated: 2017-09-26 11:47:13 UTC +updated: 2017-09-27 02:07:17 UTC --- diff --git a/_apps/first-timers.md b/_apps/first-timers.md index 71a1449..fc6a63d 100644 --- a/_apps/first-timers.md +++ b/_apps/first-timers.md @@ -7,7 +7,7 @@ screenshots: authors: [ agonzalez0515, Techforchange ] stars: 22 repository: hoodiehq/first-timers-bot -updated: 2017-09-25 19:11:50 UTC +updated: 2017-09-27 05:34:42 UTC --- # first-timers-bot diff --git a/_apps/gpg.md b/_apps/gpg.md index 0656927..1c999a9 100644 --- a/_apps/gpg.md +++ b/_apps/gpg.md @@ -8,7 +8,7 @@ screenshots: authors: [ jarrodldavis ] repository: jarrodldavis/probot-gpg stars: 6 -updated: 2017-09-26 09:16:47 UTC +updated: 2017-09-27 03:23:20 UTC --- ## Usage diff --git a/_apps/settings.md b/_apps/settings.md index bb47218..ba85636 100644 --- a/_apps/settings.md +++ b/_apps/settings.md @@ -7,7 +7,7 @@ authors: [ bkeepers ] repository: probot/settings screenshots: - https://user-images.githubusercontent.com/173/29472917-3fad9db0-841b-11e7-8f6d-a6c63052122b.png -updated: 2017-09-14 02:55:05 UTC +updated: 2017-09-27 00:07:37 UTC --- This GitHub App syncs repository settings defined in `.github/settings.yml` to GitHub, enabling Pull Requests for repository settings. diff --git a/_apps/stale.md b/_apps/stale.md index 526c42d..00ecd6b 100644 --- a/_apps/stale.md +++ b/_apps/stale.md @@ -8,7 +8,7 @@ screenshots: authors: [ bkeepers ] stars: 161 repository: probot/stale -updated: 2017-08-29 15:17:14 UTC +updated: 2017-09-27 13:55:59 UTC --- Automatically close stale Issues and Pull Requests that tend to accumulate during a project. diff --git a/_apps/welcome.md b/_apps/welcome.md index b4d2c6d..1e9b990 100644 --- a/_apps/welcome.md +++ b/_apps/welcome.md @@ -6,7 +6,7 @@ screenshots: - https://user-images.githubusercontent.com/13410355/28288851-679f582a-6af5-11e7-8dd8-b85b6c33e16b.png - https://user-images.githubusercontent.com/13410355/28288547-5f83aa8e-6af4-11e7-9692-eb41d42431e2.png - https://user-images.githubusercontent.com/13410355/28289605-1ab81a76-6af8-11e7-8f78-6a1b3948df36.png -stars: 15 +stars: 16 authors: [ hiimbex ] repository: behaviorbot/welcome updated: 2017-09-15 14:50:57 UTC From 77bd0b620ece2cd4f1d877b00e2e22a77bd6aec5 Mon Sep 17 00:00:00 2001 From: Ryan Merill Date: Wed, 27 Sep 2017 21:07:48 -0400 Subject: [PATCH 08/10] Fixes footer margin on small screens --- _includes/subscribe.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/subscribe.html b/_includes/subscribe.html index 2f18fe7..5e89cbb 100644 --- a/_includes/subscribe.html +++ b/_includes/subscribe.html @@ -4,7 +4,7 @@

Get occasional updates on new apps & features.

-
+
From 67537ddc8ab8294778ca006011bcbd4f88a226d2 Mon Sep 17 00:00:00 2001 From: Brandon Keepers Date: Wed, 27 Sep 2017 22:21:06 -0500 Subject: [PATCH 09/10] Alaways show bottom margin --- _includes/subscribe.html | 2 +- contribute.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_includes/subscribe.html b/_includes/subscribe.html index 5e89cbb..7e9ec57 100644 --- a/_includes/subscribe.html +++ b/_includes/subscribe.html @@ -1,5 +1,5 @@ -
+

diff --git a/contribute.html b/contribute.html index 077b3f9..3403538 100644 --- a/contribute.html +++ b/contribute.html @@ -14,11 +14,11 @@ office_hours_link: https://github.zoom.us/j/221410810 Chat on Slack - + Contribute on GitHub - + Follow on Twitter From 60898b13e5360a3cc065a10735d2b1ad441462cc Mon Sep 17 00:00:00 2001 From: Brandon Keepers Date: Thu, 28 Sep 2017 17:49:18 +0000 Subject: [PATCH 10/10] Sync data --- _apps/dco.md | 2 +- _apps/first-timers.md | 4 ++-- _apps/gpg.md | 2 +- _apps/reminders.md | 2 +- _apps/sentiment-bot.md | 2 +- _apps/settings.md | 2 +- _apps/stale.md | 4 ++-- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/_apps/dco.md b/_apps/dco.md index ba8c3c8..2a40315 100644 --- a/_apps/dco.md +++ b/_apps/dco.md @@ -7,7 +7,7 @@ screenshots: stars: 26 authors: [ bkeepers ] repository: probot/dco -updated: 2017-09-27 02:07:17 UTC +updated: 2017-09-28 00:09:17 UTC --- diff --git a/_apps/first-timers.md b/_apps/first-timers.md index fc6a63d..3ff62ff 100644 --- a/_apps/first-timers.md +++ b/_apps/first-timers.md @@ -5,9 +5,9 @@ slug: first-timers screenshots: - https://raw.githubusercontent.com/hoodiehq/first-timers-bot/master/assets/Issue-Done.png authors: [ agonzalez0515, Techforchange ] -stars: 22 +stars: 24 repository: hoodiehq/first-timers-bot -updated: 2017-09-27 05:34:42 UTC +updated: 2017-09-28 17:28:05 UTC --- # first-timers-bot diff --git a/_apps/gpg.md b/_apps/gpg.md index 1c999a9..17be7a3 100644 --- a/_apps/gpg.md +++ b/_apps/gpg.md @@ -8,7 +8,7 @@ screenshots: authors: [ jarrodldavis ] repository: jarrodldavis/probot-gpg stars: 6 -updated: 2017-09-27 03:23:20 UTC +updated: 2017-09-28 17:33:41 UTC --- ## Usage diff --git a/_apps/reminders.md b/_apps/reminders.md index a1957fb..5cb0ff5 100644 --- a/_apps/reminders.md +++ b/_apps/reminders.md @@ -7,7 +7,7 @@ screenshots: authors: [ jbjonesjr, bkeepers ] repository: probot/reminders stars: 1 -updated: 2017-09-18 07:53:38 UTC +updated: 2017-09-28 15:05:10 UTC --- Use the `/remind` slash command to set a reminder on any comment box on GitHub and you'll get a ping about it again when the reminder is due. diff --git a/_apps/sentiment-bot.md b/_apps/sentiment-bot.md index 3084375..76f5b22 100644 --- a/_apps/sentiment-bot.md +++ b/_apps/sentiment-bot.md @@ -7,7 +7,7 @@ screenshots: stars: 11 authors: [ hiimbex ] repository: behaviorbot/sentiment-bot -updated: 2017-08-17 17:44:08 UTC +updated: 2017-09-28 17:46:23 UTC --- Replies to toxic comments with a maintainer designated reply and a link to the repo's code of conduct. It does so by taking data from a `.github/config.yml`. diff --git a/_apps/settings.md b/_apps/settings.md index ba85636..83ffa97 100644 --- a/_apps/settings.md +++ b/_apps/settings.md @@ -7,7 +7,7 @@ authors: [ bkeepers ] repository: probot/settings screenshots: - https://user-images.githubusercontent.com/173/29472917-3fad9db0-841b-11e7-8f6d-a6c63052122b.png -updated: 2017-09-27 00:07:37 UTC +updated: 2017-09-27 23:32:56 UTC --- This GitHub App syncs repository settings defined in `.github/settings.yml` to GitHub, enabling Pull Requests for repository settings. diff --git a/_apps/stale.md b/_apps/stale.md index 00ecd6b..c0b3a7e 100644 --- a/_apps/stale.md +++ b/_apps/stale.md @@ -6,9 +6,9 @@ screenshots: - https://user-images.githubusercontent.com/173/27765695-4c016050-5e7e-11e7-9016-c2f6d8c27da4.png - https://user-images.githubusercontent.com/173/27765705-93f94940-5e7e-11e7-8527-3a91bb64ca70.png authors: [ bkeepers ] -stars: 161 +stars: 162 repository: probot/stale -updated: 2017-09-27 13:55:59 UTC +updated: 2017-09-27 21:56:23 UTC --- Automatically close stale Issues and Pull Requests that tend to accumulate during a project.