Skip to content

Commit 1b17d72

Browse files
Copilothotlong
andcommitted
refactor(ci): improve workflow portability and remove redundant steps
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent 964aa82 commit 1b17d72

3 files changed

Lines changed: 3 additions & 7 deletions

File tree

.github/WORKFLOWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ Some workflows require repository secrets:
279279

280280
You 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
---

.github/workflows/greetings.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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)

.github/workflows/pr-size.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ jobs:
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

0 commit comments

Comments
 (0)