fix: src/utils/certification.py -- replace deprecated datetime.utcnow with timezone-aware alternative in certification #1214
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 }}" |