8000 Merge pull request #1195 from rgknox/named_ps2 · NGEET/fates@f0185f7 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

FATES_PATCHAREA_AP only has data in chronologically-first history file #125

FATES_PATCHAREA_AP only has data in chronologically-first history file

FATES_PATCHAREA_AP only has data in chronologically-first history file #125

# This is a basic workflow to help you get started with Actions
name: Add issue to github project issue triage board
# Controls when the workflow will run
on:
issues:
types:
- opened
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
add-to-project:
name: add issue to issue triage board project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.3.0
with:
# URL of the project to add issues to
project-url: https://github.com/orgs/NGEET/projects/1
# A GitHub personal access token with write access to the project
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
0