Skip to content

Commit d6c6047

Browse files
Merge pull request #1 from github/kendallgassner-patch-1
Update README.md
2 parents fe66b6a + d50ec55 commit d6c6047

File tree

2 files changed

+8
-19
lines changed

2 files changed

+8
-19
lines changed

.github/workflows/test-accessibility-alt-text-bot.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,4 @@ jobs:
1414
if: ${{ github.event.issue || github.event.pull_request && github.event.comment.user.login != 'accessibility-bot' }}
1515
steps:
1616
- name: Get private action 'github/accessibility-alt-text-bot'
17-
uses: actions/checkout@v2
18-
with:
19-
repository: github/accessibility-alt-text-bot
20-
token: ${{ secrets.GH_TOKEN }}
21-
path: ./.github/actions/github/accessibility-alt-text-bot
22-
- name: Check alt text
2317
uses: ./.github/actions/github/accessibility-alt-text-bot

README.md

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,6 @@ An action to remind users to add alt text to their issue descriptions and commen
66

77
Copy this workflow into any repo you want the Accessibility-alt-text-bot to run in.
88

9-
## Action stability
10-
11-
To ensure you stay on a stable version of this action consider locking the action to a specific version.
12-
13-
```
14-
uses: github/accessibility-alt-text-bot@4a94d0359143b44dab2e392616a02f88c30329df
15-
```
16-
17-
Replace the ref value with any commit hash.
18-
199
```
2010
name: Test Accessibility-alt-text-bot
2111
on:
@@ -36,10 +26,15 @@ jobs:
3626
uses: github/accessibility-alt-text-bot
3727
```
3828

39-
## Future work
29+
## Action stability
30+
31+
To ensure you stay on a stable version of this action consider locking the action to a specific version.
4032

41-
Due to time restraints this action does not have any tests. An easy way to test this would be to move the bash script in `action.yml` to its own file and create test cases with mock comments.
33+
```
34+
uses: github/accessibility-alt-text-bot@4a94d0359143b44dab2e392616a02f88c30329df
35+
```
4236

37+
Replace the ref value with any commit hash.
4338

4439
## License
4540

@@ -56,4 +51,4 @@ TODO: Be explicit about support expectations.
5651

5752
## Acknowledgement
5853

59-
Please read [Contributing Guide](./CONTRIBUTING.md) for more information.
54+
Please read [Contributing Guide](./CONTRIBUTING.md) for more information.

0 commit comments

Comments
 (0)