Open-source alternative Instagram client on Android. More maintainers needed!
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
430 B

  1. name: Label bugs
  2. on:
  3. issues:
  4. types: [opened]
  5. jobs:
  6. add-labels:
  7. runs-on: ubuntu-latest
  8. if: contains(github.event.issue.body, 'New Trace collected:') == true
  9. steps:
  10. - name: Add labels
  11. uses: actions-cool/[email protected]
  12. with:
  13. actions: 'add-labels'
  14. token: ${{ secrets.GITHUB_TOKEN }}
  15. issue-number: ${{ github.event.issue.number }}
  16. labels: 'bug'