4.x SE health page and guide need to refer to the new required dependency and update the endpoints in a couple places #1652
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: Assign Issue to Project | |
on: | |
issues: | |
types: [opened, reopened] | |
env: | |
GITHUB_API_KEY: ${{ secrets.GITHUB_TOKEN }} | |
jobs: | |
Assign-Issue-To-Backlog: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out repository code | |
uses: actions/checkout@v2 | |
- run: etc/scripts/actions/assign-issue-to-project.sh $GITHUB_REPOSITORY ${{ github.event.issue.number }} Backlog Triage |