summaryrefslogtreecommitdiff
path: root/.github/workflows/new_contributor_pr.yml
AgeCommit message (Collapse)Author
2025-11-26Added timeout-minutes directive to all GitHub Actions workflows.Natalia
GitHub Actions defaults to a 360-minute (6-hour) timeout. We've had jobs hang due to issues in the parallel test runner, causing them to run for the full 6 hours. This wastes resources and negatively impacts CI availability, so explicit timeouts have been added to prevent long-running hangs.
2025-11-21Configured dangerous-triggers zizmor rule.Jacob Walls
2025-10-15Fixed parameter names in in "New contributor" GitHub action.Mariusz Felisiak
Follow up to 407ab793573ce82c93cfdc86e5a0a7fa804f60f5.
2025-10-14Pinned "New contributor" GitHub action to v1.Jacob Walls
Later versions misidentify all contributors as new ones if the project does not enable issues. Follow-up to b7507bad7730e5f6558cfcce29976f65890083ca.
2025-10-07Added required "issue_message" input to "New contributor" GitHub action.Tim Kamanin
2025-09-23Fixed warning in "New contributor" GitHub action.Mariusz Felisiak
2025-09-12Bumped versions in Github actions configuration.Mariusz Felisiak
2022-09-19Fixed permissions for GitHub action with welcome message.Mariusz Felisiak
Follow up to bc33b047848759e7ae90bf85c94ff6cc5913e1ee.
2022-09-16Fixed permissions for GitHub action with welcome message.Mariusz Felisiak
Follow up to bc33b047848759e7ae90bf85c94ff6cc5913e1ee.
2022-09-16Fixed permissions for GitHub action with welcome message.Mariusz Felisiak
2022-09-15Used first-interaction for GitHub action with welcome message.Mariusz Felisiak
2022-08-04Restricted permissions for GitHub tokens.Mariusz Felisiak
2021-03-12Made GitHub action add welcome message only after opening PR.Mariusz Felisiak
2021-03-12Added GitHub action with welcome message for first-time contributors.Tom Forbes
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>