Skip to content

zxcvzxcvzx

zxcvzxcvzx #46

Workflow file for this run

name: Auto-assign-to-project
on:
issues:
types:
- assigned
# - unassigned
jobs:
auto-assign-to-project:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
repository: 'lcxznpy/asdf'
fetch-depth: 0
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- run: echo ${{ github.event.issue.number }}
- run: cat .github/scripts/2219.js
- name: npn install dependency
run: |
npm install @octokit/action
npm install node-fetch
- run: node .github/scripts/2219.js
env:
GITHUB_TOKEN: ${{ secrets.TOKEN_ACTION }}
Issue_ID: ${{ github.event.issue.number }}