[CMSP-919] Add known issue about no filesystem in wpms search replace #2514
Workflow file for this run
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 to project | |
on: [issues, pull_request] | |
jobs: | |
github-actions-automate-projects: | |
runs-on: ubuntu-latest | |
steps: | |
- name: add-new-issues-to-repository-based-project-column | |
uses: docker://takanabe/github-actions-automate-projects:v0.0.1 | |
if: github.event_name == 'issues' && github.event.action == 'opened' | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
GITHUB_PROJECT_URL: https://github.com/orgs/pantheon-systems/projects/18/ | |
GITHUB_PROJECT_COLUMN_NAME: Inbox | |