Skip to content

Commit

Permalink
feat: hard coded assignee
Browse files Browse the repository at this point in the history
Signed-off-by: Sergio Méndez <[email protected]>
  • Loading branch information
sergioarmgpl committed May 1, 2024
1 parent 7667ff2 commit 20afc36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-outdated-content.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
echo "---" > $lang"_files.md"
echo "title: Pending pages to translate into $lang" >> $lang"_files.md"
echo "assignees: "$TEAM >> $lang"_files.md"
echo "assignees: sergioarmgpl" >> $lang"_files.md"
echo 'labels:' >> $lang"_files.md"
echo ' - help wanted' >> $lang"_files.md"
echo ' - translations' >> $lang"_files.md"
Expand Down

0 comments on commit 20afc36

Please sign in to comment.