Skip to content

build(deps): bump the all group across 1 directory with 2 updates #25

build(deps): bump the all group across 1 directory with 2 updates

build(deps): bump the all group across 1 directory with 2 updates #25

name: project automate
on:
issues:
types:
- opened
- reopened
- transferred
pull_request:
types:
- opened
- reopened
jobs:
add-to-project:
name: Add issue or pull request to project
if: github.repository == 'skyclouds2001/template-sky'
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v1.0.2
with:
project-url: https://github.com/users/skyclouds2001/projects/2
github-token: ${{ secrets.PERSONAL_GITHUB_TOKEN }}