reviewable-enterprise-tools 1.0.3 → 1.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.eslintrc.js CHANGED
@@ -6,7 +6,7 @@ module.exports = {
6
6
  es6: true
7
7
  },
8
8
  parserOptions: {
9
- ecmaVersion: 2017
9
+ ecmaVersion: 2020
10
10
  },
11
11
  plugins: ['lodash'],
12
12
  extends: ['eslint:recommended', 'plugin:lodash/canonical'],
@@ -0,0 +1,15 @@
1
+ name: Move pull requests into Under Review
2
+
3
+ on:
4
+ pull_request:
5
+ types: [opened]
6
+
7
+ jobs:
8
+ automate-project-columns:
9
+ runs-on: ubuntu-latest
10
+ steps:
11
+ - uses: alex-page/github-project-automation-plus@v0.8.1
12
+ with:
13
+ project: Task Central
14
+ column: Under Review
15
+ repo-token: ${{ secrets.ORGANIZATION_PROJECT_TOKEN }}