Skip to content

removed facebook from the footer (#397) #48

removed facebook from the footer (#397)

removed facebook from the footer (#397) #48

Workflow file for this run

name: projects

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

View workflow run for this annotation

GitHub Actions / .github/workflows/projects.yml

Invalid workflow file

`pull_requests` is not a valid event name
on:
issues:
types:
- opened
pull_requests:
types:
- opened
jobs:
add-to-project:
name: Add opened issue or PR to CommITCrowd project
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
# URL of the project to add issues to
project-url: https://github.com/orgs/svsticky/projects/7
# A GitHub personal access token with write access to the project
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
# A comma-separated list of labels to use as a filter for issue to be added
# labeled: # optional
# The behavior of the labels filter, AND to match all labels, OR to match any label, NOT to exclude any listed label (default is OR)
# label-operator: # optional