Skip to content

Commit 8e8cf89

Browse files
authored
Merge pull request #2 from jmeridth/jm_readme_update
chore: update README with some formatting
2 parents 213d929 + d2bca6e commit 8e8cf89

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

.github/workflows/labeler.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
pull-requests: write
1515
runs-on: ubuntu-latest
1616
steps:
17+
- uses: actions/checkout@v4.2.2
1718
- uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5
1819
with:
1920
repo-token: "${{ secrets.github-token }}"

README.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,16 @@
22

33
This is a placeholder repo for multiple GitHub Actions I use in my personal and open source projects.
44

5-
Check the permissions in each reusable workflow to ensure the GITHUB_TOKEN you pass from your calling workflow meets the required permissions.
5+
> [!CAUTION]
6+
> Check the permissions in each reusable workflow to ensure the GITHUB_TOKEN you pass from your calling workflow meets the required permissions.
7+
>
8+
> [Workflows](.github/workflows)
69
7-
[Workflows](.github/workflows)
10+
> [!TIP]
11+
> You can reuse the following files in this repository in your own as they are used by the reusable workflows:
12+
>
13+
> - [labeler.yaml](.github/labeler.yml)
14+
> - [release-drafter.yaml](.github/release-drafter.yml)
815
9-
Please reuse the following files in this repository in your own as they are used by the reusable workflows:
10-
11-
- [labeler.yaml](.github/labeler.yml)
12-
- [release-drafter.yaml](.github/release-drafter.yml)
16+
> [!WARNING]
17+
> The container image generated in this repo is a placeholder. It uses [alpine:latest and says "Hello World"](https://github.com/jmeridth/reusable-workflows/blob/main/Dockerfile)

0 commit comments

Comments
 (0)