summaryrefslogtreecommitdiffstats
path: root/.github (follow)
AgeCommit message (Collapse)Author
2021-06-08Change wording of issue/pull locker messagesyeopite
2021-06-05Slash inactive days for issue locker by halfsyeopite
2021-06-05Formattingsyeopite
2021-06-05Add workflow to lock stale closed issuessyeopite
2021-02-09Merge pull request #1724 from iv-org/add-issue-templatesTheFrenchGhosty
Add issue templates
2021-02-08Split enhancement and feature request, apply suggestionsPerflyst
2021-02-04Update to Crystal 0.36.1saltycrys
2021-02-02Update to Crystal 0.36.0saltycrys
Crystal versions below `0.36.0` are no longer supported.
2021-01-31Add suggestionsPerflyst
2021-01-30Add issue templatesPerflyst
2021-01-29install crystal 35.1 in ciAndrew Zhao
2021-01-28Remove container release on PRPerflyst
2021-01-22build image daily at 0:00 GMTFireMasterK
2021-01-22different steps depending on event.FireMasterK
2021-01-22Expire sha images after 6 weeksPerflyst
2021-01-21Remove image digest outputPerflyst
Does not work with two images at the same time
2021-01-21Build latest only on master, add commit sha tagPerflyst
Close #1688
2021-01-21Fix container buildPerflyst
2021-01-20Rename release.yml to container-release.ymlPerflyst
2021-01-16Add container CI releasePerflyst
2020-12-07Remove unused steps from CIsaltycrys
There is no way to cache Crystal unfortunately. See https://github.com/oprypin/install-crystal/issues/2
2020-12-04Merge pull request #1519 from saltycrys/github-actions-ciTheFrenchGhosty
Switch to GitHub Actions for CI
2020-12-03Run CI on `api-only` branch, toosaltycrys
2020-12-02Better message for the Stale actionTheFrenchGhosty
2020-12-02Replace the Stale bot with a Github action because it has been reported as deadTheFrenchGhosty
2020-12-02Update the Stale bot config with a 1 month delay between mark and closeTheFrenchGhosty
2020-12-02Add the Stale bot configTheFrenchGhosty
2020-12-02Run CI only once per changesaltycrys
2020-12-02Add shard caching to CIsaltycrys
2020-12-02Display lint fixes on lint errorsaltycrys
2020-12-01Switch to GitHub Actions for CIsaltycrys
Travis CI is slow, builds are first queued up forever and then the builds themselves are slow, too. GitHub Actions run pretty much immediately and are fast. Also separate jobs run at the same time unlike on Travis CI.