From d7468a4f456ac123f6b4885350aafc788445feb7 Mon Sep 17 00:00:00 2001 From: vishalgr Date: Fri, 26 Mar 2021 11:05:39 +0530 Subject: [PATCH 1/2] PMT --- .github/workflows/assigned-pulls-todo.yml | 15 +++++++++++++++ .github/workflows/linter.yml | 2 +- .github/workflows/opened-issues-triage.yml | 15 +++++++++++++++ 3 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 .github/workflows/assigned-pulls-todo.yml create mode 100644 .github/workflows/opened-issues-triage.yml 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 From 80c1e183ddba9d74b48bca8b41feead14ee96bb8 Mon Sep 17 00:00:00 2001 From: vishalgr Date: Sun, 28 Mar 2021 22:57:39 +0530 Subject: [PATCH 2/2] testing --- README.md | 1 + 1 file changed, 1 insertion(+) 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