Skip to content

Bump eslint from 8.29.0 to 8.56.0 #25

Bump eslint from 8.29.0 to 8.56.0

Bump eslint from 8.29.0 to 8.56.0 #25

Workflow file for this run

name: Run on Label Assignment (finish hackpod)
on:
pull_request:
types:
- labeled
jobs:
run_on_label_assignment:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Install
run: npm install
working-directory: ./roiScript
- name: Run script on label assignment
if: contains(github.event.pull_request.labels.*.name, 'completed hackpod issue') # no way to set a particular label workflow trigger -- https://github.com/orgs/community/discussions/26261
env:
PR_PAYLOAD: ${{ toJson(github) }}
run: node ./roiScript/send-metrics.mjs