Skip to content

Commit

Permalink
Exercise 12
Browse files Browse the repository at this point in the history
  • Loading branch information
SoheilSalmani committed Oct 2, 2022
1 parent 64bcdaa commit 3b6914c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/translate-issues.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Translate issues

on:
issue_comment:
types: [created]
issues:
types: [opened]

jobs:
translate:
runs-on: ubuntu-latest
steps:
- name: Translate issues
uses: tomsun28/[email protected]

0 comments on commit 3b6914c

Please sign in to comment.