File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -279,7 +279,7 @@ Some workflows require repository secrets:
279279
280280You can view the status of all workflows:
281281
282- - ** Actions tab:** https://github.com/objectstack-ai/objectos/ actions
282+ - ** Actions tab:** [ View workflows ] ( ../../ actions)
283283- ** Badge:** Add workflow badges to README for quick status overview
284284
285285---
Original file line number Diff line number Diff line change @@ -23,13 +23,13 @@ jobs:
2323 Please make sure you've provided all the necessary information and context.
2424 Our team will review this as soon as possible.
2525
26- In the meantime, you might want to check out our [Contributing Guide](https://github.com/objectstack-ai/objectos /blob/main/CONTRIBUTING.md)
26+ In the meantime, you might want to check out our [Contributing Guide](https://github.com/${{ github.repository }} /blob/main/CONTRIBUTING.md)
2727 and [Documentation](https://objectos.org/docs).
2828 pr-message : >
2929 🎉 Thanks for opening your first pull request! We're excited to review your contribution.
3030
3131 Please make sure:
32- - [ ] Your code follows our [coding standards](https://github.com/objectstack-ai/objectos /blob/main/CONTRIBUTING.md)
32+ - [ ] Your code follows our [coding standards](https://github.com/${{ github.repository }} /blob/main/CONTRIBUTING.md)
3333 - [ ] All tests pass
3434 - [ ] You've added tests for new features
3535 - [ ] Documentation is updated (if needed)
Original file line number Diff line number Diff line change 1212 pull-requests : write
1313
1414 steps :
15- - name : Label PR by size
16- uses : actions/labeler@v5
17- continue-on-error : true
18-
1915 - name : Calculate PR size
2016 id : pr-size
2117 uses : actions/github-script@v7
You can’t perform that action at this time.
0 commit comments