We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5740133 + ffd76bc commit 4ae73c0Copy full SHA for 4ae73c0
.github/workflows/pr-standards.yml
@@ -32,7 +32,7 @@ jobs:
32
owner: context.repo.owner,
33
repo: context.repo.repo,
34
path: '.github/TEAM_MEMBERS',
35
- ref: 'dev'
+ ref: 'main'
36
});
37
const members = Buffer.from(file.content, 'base64').toString().split('\n').map(l => l.trim()).filter(Boolean);
38
if (members.includes(login)) {
@@ -179,7 +179,7 @@ jobs:
179
180
181
182
183
184
185
0 commit comments