Skip to content

Commit

Permalink
Merge pull request #380 from iCHEF/release/5.0.1
Browse files Browse the repository at this point in the history
Release/5.0.1
  • Loading branch information
kyoyadmoon authored May 26, 2022
2 parents 25f4e2e + c3fc107 commit 3331b04
Show file tree
Hide file tree
Showing 4 changed files with 226 additions and 237 deletions.
27 changes: 0 additions & 27 deletions .github/auto_assign.yml

This file was deleted.

5 changes: 5 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
tag-template: 'v$RESOLVED_VERSION'
change-template: '- #$NUMBER $TITLE (@$AUTHOR)'
template: |
## What's in this release
$CHANGES
12 changes: 6 additions & 6 deletions .github/workflows/assign_pr_reviewer.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
name: 'Auto Assign Assignees and Reviewers on PR'
name: Auto Assign Assignees and Reviewers on PR

on:
pull_request:
types:
types:
- opened
branches:
- develop
- ready_for_review

jobs:
add-reviews:
runs-on: ubuntu-latest
steps:
- uses: kentaro-m/auto-assign-action@v1.0.1
- uses: iCHEF/action-request-review@v1
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
token: ${{ secrets.ICHEF_BOT_TOKEN }}
config_gist_id: 91ffd6e7318cdf5a02353af0a15e2bcf
Loading

0 comments on commit 3331b04

Please sign in to comment.