Commit Graph

31 Commits

Author SHA1 Message Date
SkyratBot
9f75f03239 [MIRROR] Fix git add in DMAPI update action (#1418)
* Fix git add in DMAPI update action (#54505)

Old command won't add new files. git hard.

* Fix git add in DMAPI update action

Co-authored-by: Jordan Brown <Cyberboss@users.noreply.github.com>
2020-10-22 04:37:58 +02:00
SkyratBot
c414a1cdb8 [MIRROR] Clearing my assignment here (#1368)
* Clearing my assignment here (#54449)

Because that'd basically be roundabout self-merging

* Clearing my assignment here

Co-authored-by: Jordan Brown <Cyberboss@users.noreply.github.com>
2020-10-19 08:56:40 +02:00
SkyratBot
0bd60dbbe8 Fix DMAPI auto updater (#1355)
Co-authored-by: Jordan Brown <Cyberboss@users.noreply.github.com>
2020-10-18 01:22:31 +01:00
SkyratBot
e67c72e6f8 [MIRROR] Fixes compile changelog action. Hopefully. (#1296)
* Fixes compile changelog action. Hopefully. (#54359)

* Fixes compile changelog action. Hopefully.

Co-authored-by: AnturK <AnturK@users.noreply.github.com>
2020-10-14 00:07:37 +01:00
SkyratBot
bf45bab485 [MIRROR] Makes changelog compile only fire if CHANGELOG_ENABLER secret is present (#1046)
* Makes changelog compile only fire if CHANGELOG_ENABLER secret is present (#53845)

Not tested yet, so please speak up if you notice anything off.

For any interested downstream/fork maintainers reading this:

You need to add CHANGELOG_ENABLER secret with some nonempty value to your repository if you want this action to continue to work as before.

* Makes changelog compile only fire if CHANGELOG_ENABLER secret is present

Co-authored-by: AnturK <AnturK@users.noreply.github.com>
2020-09-29 13:56:35 +02:00
SkyratBot
e69f9de251 [MIRROR] Disable TGS DMAPI Update Workflow while I'm away (#904)
* Merge pull request #53877 from tgstation/Cyberboss-patch-1-1

Disable TGS DMAPI Update Workflow while I'm away

* Disable TGS DMAPI Update Workflow while I'm away

Co-authored-by: oranges <email@oranges.net.nz>
2020-09-21 15:36:53 +01:00
SkyratBot
e235507979 [MIRROR] Updates the tgs-dmapi-updater action reference (#825)
* Updates the tgs-dmapi-updater action reference (#53777)

* Updates the tgs-dmapi-updater action reference

Co-authored-by: Jordan Brown <Cyberboss@users.noreply.github.com>
2020-09-17 00:10:26 +01:00
SkyratBot
5b2b643a0a [MIRROR] Add workflow_dispatch to TGS DMAPI update action for testing (#824)
* Add workflow_dispatch to TGS DMAPI update action for testing (#53775)

* Add workflow_dispatch to TGS DMAPI update action for testing

Co-authored-by: Jordan Brown <Cyberboss@users.noreply.github.com>
2020-09-17 00:10:17 +01:00
SkyratBot
2c7889a808 [MIRROR] Adds a GitHub action to automatically update the DMAPI (#823)
* Merge pull request #53674 from tgstation/Cyberboss-patch-2

Adds a GitHub action to automatically update the DMAPI

* Adds a GitHub action to automatically update the DMAPI

Co-authored-by: Jared-Fogle <35135081+Jared-Fogle@users.noreply.github.com>
2020-09-16 12:41:22 +02:00
Useroth
b7b32cb604 Let's disable docker publishing (#291) 2020-08-11 20:53:46 +02:00
Useroth
18135765d2 Update stale.yml 2020-07-21 23:32:16 +02:00
Useroth
aa14f8d85b Updated the stale PR marking action. 2020-07-21 23:15:25 +02:00
Jordan Brown
dfba53906e Delete docker_test.yml (#51896) 2020-06-30 21:18:05 +08:00
Jordan Brown
c89d7b188d Fix Docker Build (#51781)
* Change BYOND version to 513.1526

* Remove BSQL from docker image

* Add a docker publish action

* Add a docker test action

* Cleanup runtime icons

* Cleanup runtime sounds

* Correct docker workflow names

* Add Dockerfile as an appveyor cache dependency

* Fix build issues

* Copy all dlls

* No need for .dlls in docker

* Minor cleanups
2020-06-22 16:49:07 +02:00
oranges
6ae9bbc2b4 Fixes changelog compile action changing line endings of changelog file (#50761) 2020-05-05 17:11:57 -07:00
jdawg1290
1f4b2c9d2d tgui autobuild is now build validation. adds initial gitlab ci support (#50547)
* tgui autobuild is now build validation. adds initial gitlab ci support

* Remove autobuild github action

Co-authored-by: Aleksej Komarov <stylemistake@gmail.com>
2020-04-20 18:14:54 +03:00
oranges
99835a9c1d Make it clearler what to do when auto-staled (#50425)
Improves the description of the stale auto issue comment.
About The Pull Request

It is not clear to people how the auto stale process works, and they are having their PR shut because of it.

Some things to note if your PR is autoclosed

A)Preferably, ask a maintainer to reopen the PR, at that point they will decide if your PR was going to be merged and choose to reopen your PR and remove the stale label.

B)Open a new PR with the same branch (less preferred, but fine if you can't get any maintainers attention)

If your PR is marked stale but you have no compile issues or outstanding review, you need to make sure you follow up with maintainers in discord, as it's likely there are outstanding design issues preventing your PR being merged, or no appetite to include the change.
2020-04-18 11:03:16 +12:00
AnturK
3158ab2a55 Revert "Makes compile changelogs action only run if secret is present. (#50112)"
This reverts commit db4b46a11e.
2020-03-24 12:15:46 +01:00
AnturK
db4b46a11e Makes compile changelogs action only run if secret is present. (#50112) 2020-03-24 10:01:13 +13:00
oranges
1ea695eafe Use actions github token for push (#49614)
This works for beestation, so I hope it works for us.
2020-03-10 08:54:41 +13:00
skoglol
87fb8932bd Merge pull request #49488 from AnturK/roundlinker
Adds round id linking action
2020-02-29 21:59:59 +01:00
oranges
67d7b07da8 Set the actor explicitly for the access token used (#49490)
The push action does
`https://${GITHUB_ACTOR}:${INPUT_GITHUB_TOKEN}@github.com/${REPOSITORY}.git"`
as the repo, so if we are to use a Personal Access Token (PAT) generated
by the comfyorange user as the access token for pushing, we need to also
use them as the actor for the push
2020-02-22 00:49:05 +01:00
AnturK
b92a4c112b Adds round id linking action 2020-02-21 23:41:13 +01:00
Aleksej Komarov
baf9bd2f95 REMOVES TGUI (#49330)
* Removes tgui

* Make tgui script executable again

* Set version of packages to 2.0.0

* Update copypasta docs to match the current best practice

* Rebuild tgui

* Update .github/CONTRIBUTING.md

Co-Authored-By: BadSS13Player <58376109+BadSS13Player@users.noreply.github.com>

* Remove holy bible by Arcane

* rebuild

Co-authored-by: BadSS13Player <58376109+BadSS13Player@users.noreply.github.com>
Co-authored-by: Rob Bailey <actioninja@gmail.com>
2020-02-17 04:51:56 -08:00
James
4288509ff9 Changelog Compile GitHub Action (#48494)
* adds changelog compile action

Signed-off-by: Terra <terra@mcterra.id.au>

* I forgot to add the fix

Signed-off-by: Terra <terra@mcterra.id.au>

* use master key

Signed-off-by: Terra <terra@mcterra.id.au>
2020-01-15 20:47:10 -05:00
Rob Bailey
ff77eff6eb Attempt to get the autobuild action finally working (#48673) 2020-01-09 12:02:05 -05:00
Neo
198dfd91c7 Fixes autobuild tgui github actions (#48241)
* fixes

* actually this is a revert

* actually fixes
2019-12-24 17:27:09 -08:00
actioninja
2a6f8bcdde tgui autobuild improvements 2019-12-03 19:26:11 -08:00
Aleksej Komarov
5297a4dddb Update autobuild Github action (#48090) 2019-12-02 13:35:50 +13:00
Rob Bailey
586a9c1b4e Automatic TGUI rebuilding on master branch via Github Actions (#47961)
About The Pull Request

Uses actions to automatically rebuild tgui if files are changed, then push the result.
Triggers on push to master, pushes results to master.

Also disables build checking in Travis because it's unimportant now.
2019-12-02 12:21:19 +13:00
Rob Bailey
4edcf5719b Use github actions to automark stale PRs (#47936)
About The Pull Request

Clarification that was brought to my attention:
the repo for this action defines it as without activity, so I assume literally any discussion/review is enough to bump and avoid the stale.

Considering this, it may be worth deploying an autocloser on PRs and an autolabeler on issues as well.

As title

Currently configured to mark PRs stale after 7 days. RED LABEL prs are exempt.

DOES NOT autoclose.

This is definitely a shift in how stale PRs are handled so this is a discussion thread at the same time as a pull request.

Message used:
This PR has been inactive for long enough to be automatically marked as stale. This means it is at risk of being closed by a maintainer if it is not updated or reviews are not addressed. If your PR is closed as stale, feel free to open a new one after dealing with the issues.
2019-11-26 13:29:15 +13:00