Skip to content

Bump requests from 2.32.5 to 2.33.1 #53

Bump requests from 2.32.5 to 2.33.1

Bump requests from 2.32.5 to 2.33.1 #53

Workflow file for this run

name: Gemeni Auto-Issue Generator
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, labeled]
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
issues: write
pull-requests: write
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 2
- uses: actions/setup-python@v6
with:
python-version: '3.11'
- run: pip install PyGithub requests
- run: python process_event.py
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }}
REPOSITORY: ${{ github.repository }}
EVENT_NAME: ${{ github.event_name }}
COMMIT_SHA: ${{ github.sha }}
PR_NUMBER: ${{ github.event.pull_request.number || '' }}
ALLOWED_USER: ${{ secrets.ALLOWED_USER }}