Skip to content

build(deps-dev): bump black from 24.2.0 to 24.3.0 #240

build(deps-dev): bump black from 24.2.0 to 24.3.0

build(deps-dev): bump black from 24.2.0 to 24.3.0 #240

Workflow file for this run

on:
pull_request_target:
types: [ opened ]
jobs:
event_handler:
strategy:
fail-fast: false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: set up python 3.10
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: install dependencies
run: python -m pip install requests
shell: bash
- name: handle event
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: python .github/process_github_events.py
shell: bash