Update README.md for improtant links and repos separation #6
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: Add PR to Project | ||
on: | ||
pr: | ||
types: [opened] | ||
jobs: | ||
addPRToProject: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Add pr to project | ||
uses: Volumetrics-io/internal-automation-actions@v1 | ||
with: | ||
# Add any necessary inputs if your action requires them | ||
# For instance, project ID or other configurations | ||
projectId: ${{ secrets.PROJECT_ID }} | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||