From 92755266adcd9942781966d433a5afe0d1b99988 Mon Sep 17 00:00:00 2001 From: Gourav Kadu Date: Sat, 18 Nov 2023 15:53:25 +0530 Subject: [PATCH] Fix broken CI tests (#1335) * this will fix the issue * Github CI tests #1322 Fix 1 hopefully this will fix * Update AddToRoadmap.yml --- .github/workflows/AddToRoadmap.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/AddToRoadmap.yml b/.github/workflows/AddToRoadmap.yml index 0487ac53ce..36121d1f47 100644 --- a/.github/workflows/AddToRoadmap.yml +++ b/.github/workflows/AddToRoadmap.yml @@ -1,4 +1,5 @@ name: Automate Roadmap + on: issues: types: @@ -6,10 +7,19 @@ on: pull_request: branches: - develop + jobs: automate-project-columns: runs-on: ubuntu-latest + + + steps: + - name: Setup Node.js 16 + uses: actions/setup-node@v4 + with: + node-version: '16' + - name: if_issue if: github.event.issue permissions: read-all|write-all @@ -18,6 +28,7 @@ jobs: project: SS3D Roadmap column: Backlog repo-token: ${{ secrets.GITHUB_TOKEN }} + - name: if_pr if: github.event.pull_request permissions: read-all|write-all