Skip to content

⬆️ Update dependency org.apache.maven.plugins:maven-failsafe-plugin to v3.4.0 #16

⬆️ Update dependency org.apache.maven.plugins:maven-failsafe-plugin to v3.4.0

⬆️ Update dependency org.apache.maven.plugins:maven-failsafe-plugin to v3.4.0 #16

Workflow file for this run

name: Adds all issues to project board
on:
issues:
types:
- opened
pull_request:
types:
- opened
jobs:
add-to-project:
if: github.repository_owner == 'McPringle'
name: Add issue to project board
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
project-url: https://github.com/users/McPringle/projects/1
github-token: ${{ secrets.ADD_TO_PROJECT_TOKEN }}