Skip to content

Commit 32fc8cf

Browse files
authored
Merge pull request #669 from newrelic/develop
fix auto assign action
2 parents ff4579a + 2d50b2f commit 32fc8cf

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/auto_assign.yml renamed to .github/auto_assign.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ addAssignees: false
66

77
# A list of reviewers to be added to pull requests (GitHub user name)
88
reviewers:
9-
- newrelic/go-reviewers
9+
- iamemilio
10+
- mirackara
11+
- nr-swilloughby
1012

1113
# A number of reviewers added to the pull request
1214
# Set 0 to add all the reviewers (default: 0)

.github/workflows/autoassign.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,4 @@ jobs:
77
add-reviews:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: kentaro-m/[email protected]
11-
with:
12-
configuration-path: '.github/workflows/auto_assign.yml'
13-
10+
- uses: kentaro-m/[email protected]

0 commit comments

Comments
 (0)