FuelLabs / FuelLabs/github-actions
expose actions with version
- Dominant language
- JavaScript
- Stars
- 12
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Description
currently in the repos (like [here](https://github.com/FuelLabs/fuels-wallet/blob/12b92b5974b79da94cec9c73f024cf88ecddb04e/.github/workflows/pr.yaml#L48)), we use `master` branch version of this repo, which can break CI of other projects out from nothing because of new changes.
with this problem we lose time debugging, it slows down development process
The suggestion here is to expose the github actions with version, then the dependent projects can relay on version, instead of on `master` branch. When decides to update, the dev already knows that it can break. making it easier to maintain / update
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.