Skip to content

Commit

Permalink
Auto assign (#353)
Browse files Browse the repository at this point in the history
* Update autoassign gh action and remove deprecated actions

Signed-off-by: David Kornel <[email protected]>

* Update autoassign gh action and remove deprecated actions

Signed-off-by: David Kornel <[email protected]>

* Update autoassign gh action and remove deprecated actions

Signed-off-by: David Kornel <[email protected]>

---------

Signed-off-by: David Kornel <[email protected]>
  • Loading branch information
kornys authored Feb 22, 2024
1 parent c71b856 commit b107b08
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 48 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/bot_issue_mention.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/bot_labeler.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Pull Request Labeler"
name: Skodjob bot
on:
pull_request:
types:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/bot_pr_auto_assign.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Tealc bot
name: Skodjob bot

on:
pull_request:
Expand All @@ -10,4 +10,4 @@ jobs:
assign:
runs-on: ubuntu-latest
steps:
- uses: kentaro-m/auto-assign-action@v1.2.0
- uses: kentaro-m/auto-assign-action@v2.0.0
22 changes: 0 additions & 22 deletions .github/workflows/bot_pr_mention.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/inactive_issues.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Close inactive issues
name: Skodjob bot
on:
schedule:
- cron: "30 1 * * *"
Expand Down

0 comments on commit b107b08

Please sign in to comment.