Skip to content
17 changes: 17 additions & 0 deletions .github/workflows/add-to-project.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Add to Project

on:
issues:
types: [opened]

permissions: {}

jobs:
add-to-project:
runs-on: ubuntu-latest
steps:
- name: Add issue to QuickApps project
uses: actions/add-to-project@5afcf98fcd03f1c2f92c3c83f58ae24323cc57fd # v2.0.0
with:
project-url: https://github.com/orgs/epam/projects/99
github-token: ${{ secrets.ACTIONS_BOT_TOKEN }}
Loading