Skip to content

Commit 739a891

Browse files
Update README.md
1 parent fe66b6a commit 739a891

File tree

1 file changed

+8
-13
lines changed

1 file changed

+8
-13
lines changed

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)