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

Commit

Permalink
Merge pull request #106 from bcgov/IOD-207
Browse files Browse the repository at this point in the history
Iod 207
  • Loading branch information
SDToews authored Jul 18, 2022
2 parents e116141 + 0cc5c31 commit 7363131
Show file tree
Hide file tree
Showing 7 changed files with 19,693 additions and 20,762 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module.exports = {
'@typescript-eslint/no-explicit-any': 'off',
"prettier/prettier": "error",
"no-unused-vars": "warn",
"no-console": "warn",
"no-console": ["warn", { allow: ['warn', 'error', 'info'] }],
"import/prefer-default-export": "off",
"no-plusplus": "off",
"no-underscore-dangle": "off"
Expand Down
13 changes: 7 additions & 6 deletions .github/workflows/pull-request-auto-assign.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name: Pull Request - Auto Assign Development Team

on:
pull_request:
types:
- opened
- reopened
- synchronize
workflow_dispatch:
# on:
# pull_request:
# types:
# - opened
# - reopened
# - synchronize
jobs:
assign-team-members:
runs-on: ubuntu-latest
Expand Down
Loading

0 comments on commit 7363131

Please sign in to comment.