Agrover112 / awesome-semantic-search

A curated list of awesome resources related to Semantic Search🔎 and Semantic Similarity tasks.
Creative Commons Zero v1.0 Universal
331 stars 29 forks source link

Github Actions Labeler not working #37

Closed Agrover112 closed 2 years ago

Agrover112 commented 3 years ago

Your issue may already be reported! Please search on the issue tracker before creating one.

Describe the bug There seems to be an issue with Github token. Giving HTTP error. Refer the actions tab for more details

radiantly commented 2 years ago

Hi, I could work on this issue, but the labeler action requires a .github/labeler.yml file specifying what labels to apply depending on the file paths that have changed (refer actions/labeler). This will need to be added first before we can make full use of the labeler action.

To fix the HTTP error, we can switch to pull_request_target from pull_request so that the passed token has adequate permissions.

Agrover112 commented 2 years ago

Sure @radiantly I will assign you!