Skip to content

Set up auto delete rule on AWS for tmp prefix #700

Set up auto delete rule on AWS for tmp prefix

Set up auto delete rule on AWS for tmp prefix #700

name: Automatically add issues to projects when labeled
on:
issues:
types:
- labeled
jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
project-url: https://github.com/users/baptisteArno/projects/4
github-token: ${{ secrets.PERSONAL_TOKEN }}