chore(deps-dev): Bump types-beautifulsoup4 from 4.12.0.20240907 to 4.12.0.20241020 in the development-dependencies group #110
Workflow file for this run
This file contains 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
# Managed by Pulumi. Any edits to this file will be overwritten. | |
name: Add issues and PRs to MeltanoLabs Overview Project | |
on: | |
issues: | |
types: | |
- opened | |
- reopened | |
- transferred | |
pull_request: | |
types: | |
- opened | |
- reopened | |
jobs: | |
add-to-project: | |
name: Add issue to project | |
runs-on: ubuntu-latest | |
if: ${{ github.actor != 'dependabot[bot]' }} | |
steps: | |
- uses: actions/[email protected] | |
with: | |
project-url: https://github.com/orgs/MeltanoLabs/projects/3 | |
github-token: ${{ secrets.MELTYBOT_PROJECT_ADD_PAT }} |