You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .github/actions/add_pr_to_smackore_board/action.yml
+15-15
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
name: 'Add PR to Smackore board, if author is from community'
2
-
description: '(disabled due to github-side bug) Adds PR to "New issues by community" column in Smackore project board, if PR author is from outside Membrane Team.'
2
+
description: 'Adds PR to "New issues by community" column in Smackore project board, if PR author is from outside Membrane Team.'
3
3
inputs:
4
4
GITHUB_TOKEN:
5
5
description: 'GitHub token'
@@ -19,23 +19,23 @@ runs:
19
19
repository: membraneframework/membrane_core
20
20
- name: Maybe add PR to board and set ticket status
21
21
run: |
22
-
# currently this causes github action crash, more info here: https://github.com/membraneframework/membrane_core/issues/749
0 commit comments