diff --git a/.github/workflows/assigned-pulls-todo.yml b/.github/workflows/assigned-pulls-todo.yml new file mode 100644 index 0000000..58d0984 --- /dev/null +++ b/.github/workflows/assigned-pulls-todo.yml @@ -0,0 +1,15 @@ +name: Move assigned pull requests into To do + +on: + pull_request: + types: [assigned] + +jobs: + automate-project-columns: + runs-on: ubuntu-latest + steps: + - uses: alex-page/github-project-automation-plus@v0.3.0 + with: + project: Backlog + column: To do + repo-token: ${{ secrets.TOKEN_GITHUB }} \ No newline at end of file diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 9dde5a5..c1f19f8 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -52,4 +52,4 @@ jobs: env: VALIDATE_ALL_CODEBASE: false DEFAULT_BRANCH: master - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.TOKEN_GITHUB }} \ No newline at end of file diff --git a/.github/workflows/opened-issues-triage.yml b/.github/workflows/opened-issues-triage.yml new file mode 100644 index 0000000..171d457 --- /dev/null +++ b/.github/workflows/opened-issues-triage.yml @@ -0,0 +1,15 @@ +name: Move new issues into Triage + +on: + issues: + types: [opened] + +jobs: + automate-project-columns: + runs-on: ubuntu-latest + steps: + - uses: alex-page/github-project-automation-plus@v0.3.0 + with: + project: Backlog + column: Triage + repo-token: ${{ secrets.TOKEN_GITHUB }} \ No newline at end of file diff --git a/README.md b/README.md index fd3db24..13d45cd 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ # Code Quality Enabled +##Hi [![GitHub Super-Linter](https://github.com/VishalCodes/NodeJs/workflows/Lint%20Code%20Base/badge.svg)](https://github.com/marketplace/actions/super-linter) \ No newline at end of file