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
Please go ahead and create a PR when you are ready. We do not formally assign issues. Contributors are free to pick up any open issue based on their availability. You can open a PR or even a draft PR to let others know that you’re working on it.
22
+
steps:
23
+
- name: Check for assign request and comment
24
+
uses: actions/github-script@v7
25
+
with:
26
+
script: |
27
+
// Get keywords from env, split by newlines, and trim
0 commit comments