Skip to content

Commit

Permalink
ci: replace PR welcome bot
Browse files Browse the repository at this point in the history
  • Loading branch information
gabor-boros committed Oct 20, 2021
1 parent 693bf6a commit b4b7291
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 42 deletions.
28 changes: 28 additions & 0 deletions .github/boring-cyborg.yml
@@ -0,0 +1,28 @@
##### Labeler ##########################################################################################################
# Enable "labeler" for your PR that would add labels to PRs based on the paths that are modified in the PR.
labelPRBasedOnFilePath:
documentation:
- www/**/*
- README.md

clockify:
- internal/pkg/client/clockify/**/*

tempo:
- internal/pkg/client/tempo/**/*

timewarrior:
- internal/pkg/client/timewarrior/**/*

toggl:
- internal/pkg/client/toggl/**/*

##### Greetings ########################################################################################################
firstPRWelcomeComment: >
Thanks for opening this pull request! While we review your pull request, please check out our contributing guidelines.
firstPRMergeComment: >
Awesome work, congrats on your first merged pull request! :tada:
firstIssueWelcomeComment: >
Thanks for opening your first issue here! Be sure to follow the issue template and provide as much information as you can.
18 changes: 2 additions & 16 deletions .github/workflows/build.yml
Expand Up @@ -31,6 +31,8 @@ jobs:
run: make lint
- name: Test
run: make test
- name: Build
run: make build
- name: Stash test results
uses: actions/upload-artifact@master
with:
Expand All @@ -56,19 +58,3 @@ jobs:
with:
prefix: github.com/${{github.repository}}
coverageLocations: ${{github.workspace}}/.coverage.out:gocov

build:
name: build
runs-on: ubuntu-latest
needs:
- test
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: '1.17'
- name: Prerequisites
run: make prerequisites
- name: Build
run: make build
26 changes: 0 additions & 26 deletions .github/workflows/pr-welcome.yml

This file was deleted.

0 comments on commit b4b7291

Please sign in to comment.