Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Commit

Permalink
uses gh actions instead of probot (#477)
Browse files Browse the repository at this point in the history
  • Loading branch information
dani-santos-code authored Sep 12, 2022
1 parent 918091a commit c875a37
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 18 deletions.
6 changes: 0 additions & 6 deletions .github/autolabeler.yml

This file was deleted.

17 changes: 17 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
core:
- '/cmd'

legal:
- any: ['LICENSE*', 'CODE_OF_CONDUCT*']

config:
- any: ['.github','build','Makefile','/config']

go-modules:
- 'go.*'

readme:
- 'README*'

datafiles:
- '/fixtures'
4 changes: 0 additions & 4 deletions .github/probots.yml

This file was deleted.

8 changes: 0 additions & 8 deletions .github/welcome.yml

This file was deleted.

6 changes: 6 additions & 0 deletions .github/workflows/first-interaction.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Thanks for opening your first issue here! Be sure to follow the issue template!'
pr-message: 'Thanks for opening this pull request! Please check out our [contributing guidelines](https://github.com/Shopify/kubeaudit#Contributing) and [sign the CLA](https://cla.shopify.com/).'
13 changes: 13 additions & 0 deletions .github/workflows/pr-labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: "Pull Request Labeler"
on:
- pull_request_target

jobs:
triage:
permissions:
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit c875a37

Please sign in to comment.