Skip to content

Update README.md for improtant links and repos separation #6

Update README.md for improtant links and repos separation

Update README.md for improtant links and repos separation #6

name: Add PR to Project

Check failure on line 1 in .github/workflows/add_pr_to_proj.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/add_pr_to_proj.yml

Invalid workflow file

`pr` is not a valid event name
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 }}