From bada1e65cb7fe2322fc9c98b253a753f87eebef1 Mon Sep 17 00:00:00 2001 From: Shubham Hibare Date: Sun, 27 Jun 2021 23:50:56 +0530 Subject: [PATCH 1/3] Remove label workflow --- .github/workflows/label.yml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 .github/workflows/label.yml diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml deleted file mode 100644 index 5cdc45e..0000000 --- a/.github/workflows/label.yml +++ /dev/null @@ -1,22 +0,0 @@ -# This workflow will triage pull requests and apply a label based on the -# paths that are modified in the pull request. -# -# To use this workflow, you will need to set up a .github/labeler.yml -# file with configuration. For more information, see: -# https://github.com/actions/labeler - -name: Labeler -on: [pull_request] - -jobs: - label: - - runs-on: ubuntu-latest - permissions: - contents: read - pull-requests: write - - steps: - - uses: actions/labeler@v2 - with: - repo-token: "${{ secrets.GITHUB_TOKEN }}" From 17a26fb9c608feae49c88f0d174731fc370a839e Mon Sep 17 00:00:00 2001 From: Shubham Hibare Date: Mon, 28 Jun 2021 00:07:10 +0530 Subject: [PATCH 2/3] Fxi --- .github/{workflows => }/dependabot.yml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/{workflows => }/dependabot.yml (100%) diff --git a/.github/workflows/dependabot.yml b/.github/dependabot.yml similarity index 100% rename from .github/workflows/dependabot.yml rename to .github/dependabot.yml From ff0d3cb0dcb9886b06ebb3e3c14976ec1fa95652 Mon Sep 17 00:00:00 2001 From: Shubham Hibare Date: Mon, 28 Jun 2021 00:24:58 +0530 Subject: [PATCH 3/3] Hack for heroku to user docker hub image --- Dockerfile.heroku | 1 + heroku.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 Dockerfile.heroku diff --git a/Dockerfile.heroku b/Dockerfile.heroku new file mode 100644 index 0000000..4f2cbb7 --- /dev/null +++ b/Dockerfile.heroku @@ -0,0 +1 @@ +FROM hibare/moni \ No newline at end of file diff --git a/heroku.yml b/heroku.yml index df2309e..57e7679 100644 --- a/heroku.yml +++ b/heroku.yml @@ -4,4 +4,4 @@ setup: as: DATABASE build: docker: - web: Dockerfile + web: Dockerfile.heroku