[SITE INDISPONIBLE !] Erreur 502 #66
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Ajouter automatiquement une issue au projet 3 | |
on: | |
issues: | |
types: [opened] | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
jobs: | |
assign_one_project: | |
runs-on: ubuntu-latest | |
name: Assign to One Project | |
steps: | |
- name: Assign NEW issues to project 3 | |
uses: actions/checkout@main | |
if: github.event.action == 'opened' | |
with: | |
project: 'https://github.com/inventaire-des-orgues/portail/projects/3' | |