Content - add support for editorial/long-form styles #133
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: Move stale issues back to triage | |
on: | |
issues: | |
types: | |
- labeled | |
jobs: | |
update-status: | |
if: github.event.label.name == 'stale' | |
runs-on: ubuntu-latest | |
steps: | |
- uses: github/update-project-action@v3 | |
with: | |
github_token: ${{ secrets.GH_PROJECTS }} | |
organization: patternfly | |
project_number: 7 | |
content_id: ${{ github.event.issue.id }} | |
field: Status | |
value: Needs triage |