Skip to content

Commit c48d6b7

Browse files
authored
Merge pull request #20 from Expensify/issa-fix-unsafe-mutable-references
Fix unsafe mutable references
2 parents 07d60d7 + 4c71970 commit c48d6b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- name: Autoclose issues that did not follow issue template
8-
uses: roots/issue-closer@v1.1
8+
uses: roots/issue-closer@95665902c8ad8808e378371ef57fbedbf99ba744 # v1.1
99
with:
1010
repo-token: ${{ secrets.GH_TOKEN }}
1111
issue-close-message: "@${issue.user.login} this issue was automatically closed because it did not follow one of the available issue templates. See [here](https://github.com/lawnstarter/react-native-picker-select/issues/new/choose) for available options."

0 commit comments

Comments
 (0)