Skip to content

fix: src/utils/certification.py -- replace deprecated datetime.utcnow with timezone-aware alternative in certification #1214

fix: src/utils/certification.py -- replace deprecated datetime.utcnow with timezone-aware alternative in certification

fix: src/utils/certification.py -- replace deprecated datetime.utcnow with timezone-aware alternative in certification #1214

name: Label PRs Based on Files
on:
pull_request_target:
types:
- opened
- synchronize
- reopened
permissions:
contents: read
pull-requests: write
issues: write
jobs:
labeler:
runs-on: ubuntu-latest
steps:
- name: Label PRs automatically
uses: actions/labeler@v7
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"