Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

CloseIssue

CloseIssue #10

Workflow file for this run

name: CloseIssue
on:
workflow_dispatch:
issues:
types: [opened]
jobs:
run-python-script:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: Install Dependencies
run: pip install requests
- name: Run close_issue.py Script
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: python .github/close_issue.py