Skip to content

Commit

Permalink
Merge pull request #688 from statisticsnorway/workflow_dependabot_fix
Browse files Browse the repository at this point in the history
corrected inputs
  • Loading branch information
KyleDanny authored Mar 29, 2023
2 parents 9fb34db + 1dafd43 commit 344a485
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 5 deletions.
36 changes: 36 additions & 0 deletions .github/auto_assign.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# Set to true to add reviewers to pull requests
addReviewers: true

# Set to true to add assignees to pull requests
addAssignees: true

# A list of reviewers to be added to pull requests (GitHub user name)
reviewers:
- ssb-cgn
# - Glenruben I'll be back 😎
- johnnadeluy
- KyleDanny

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

# A list of assignees, overrides reviewers if set
assignees:
- ssb-cgn
# - Glenruben I'll be back 😎
- johnnadeluy
- KyleDanny

# A number of assignees to add to the pull request
# Set to 0 to add all of the assignees.
# Uses numberOfReviewers if unset.
numberOfAssignees: 1
# A list of keywords to be skipped the process that add reviewers if pull requests include it
# skipKeywords:
# - wip

# filterLabels:
# # Run
# include:
# - dependencies
6 changes: 1 addition & 5 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,4 @@ jobs:
- name: Assign PR
uses: kentaro-m/auto-assign-action@v1.2.5
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
addAssignees: true
numberOfAssignees: 1
assignees: ${{ github.repository_collaborators }}
randomAssignees: true
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 344a485

Please sign in to comment.