diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 1ac13eb..889bd16 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -6,11 +6,11 @@ name: Node CI on: [push] jobs: - - uses: actions/upload-artifact@master - with: - name: webpack artifacts - path: public/ - runs-on: ubuntu-latest + uses: pullreminders/label-when-approved-action@master + env: + APPROVALS: "1" + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + ADD_LABEL: "approved" steps: - uses: actions/checkout@v2 - name: npm install and build webpack