Add all XataFile attributes to summarize
response
#185
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 needs triage label | |
on: | |
issues: | |
types: | |
- reopened | |
- opened | |
jobs: | |
label_issues: | |
runs-on: ubuntu-latest | |
permissions: | |
issues: write | |
steps: | |
- name: Label issue | |
uses: andymckay/labeler@master | |
with: | |
add-labels: 'needs-triage' | |
repo-token: ${{ secrets.GITHUB_TOKEN }} |