Skip to content

Bump semver from 7.7.2 to 7.7.3 #47

Bump semver from 7.7.2 to 7.7.3

Bump semver from 7.7.2 to 7.7.3 #47

Workflow file for this run

name: Add to main project
on:
issues:
types:
- opened
pull_request:
types:
- opened
jobs:
add-to-project:
name: Add to main project
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/adapt-security/projects/5
github-token: ${{ secrets.PROJECTS_SECRET }}
handle_precommit_pr:
if: contains(github.event.pull_request.title, '[pre-commit.ci]')
runs-on: ubuntu-latest
steps:
- name: Label pull request with "_bot"
run: gh pr edit ${{ github.event.pull_request.number }} -R ${{ github.repository }} --add-label "_bot"
env:
GH_TOKEN: ${{ secrets.PROJECTS_SECRET }}