Skip to content

[Bug]: HttpError: Not Found - https://docs.github.com/rest/repos/contents#create-or-update-file-contents #186

[Bug]: HttpError: Not Found - https://docs.github.com/rest/repos/contents#create-or-update-file-contents

[Bug]: HttpError: Not Found - https://docs.github.com/rest/repos/contents#create-or-update-file-contents #186

Workflow file for this run

name: Add labels
on:
issues:
types: [opened, edited, reopened]
jobs:
add_labels:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-ecosystem/action-add-labels@v1
if: ${{ startsWith(github.event.issue.title, '[FR]:') }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
labels: |
✨ Enhancement
- uses: actions-ecosystem/action-add-labels@v1
if: ${{ startsWith(github.event.issue.title, '[Bug]:') }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
labels: |
🐛 Bug