Skip to content

Bot attempts to update pre-1.0 minor version number #108

Bot attempts to update pre-1.0 minor version number

Bot attempts to update pre-1.0 minor version number #108

name: Add issues to core project
on: # yamllint disable-line rule:truthy
issues:
types:
- opened
jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v1.0.1
with:
project-url: https://github.com/orgs/dependabot/projects/5
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}