Commit graph

85 commits

Author SHA1 Message Date
João Duarte
e45fa8ae2f
Update branch choices in version bump workflow 2022-03-23 17:50:03 +00:00
João Duarte
8de70172a8
Enable content write permission for pr backporter workflow (#13898)
PR backports need to create branches remotely which serve as target branches for the backport pull requests.
2022-03-18 10:39:52 +00:00
João Duarte
27dc80f7e1
Fix version bumper workflow target repo and user allow listing 2022-03-14 18:00:16 +00:00
João Duarte
85eed0851f
Update and rename main.yml to version_bumps.yml 2022-03-14 17:49:51 +00:00
João Duarte
ef69112b7e
Create main.yml 2022-03-14 17:39:01 +00:00
João Duarte
0887d7609d
Update pr backporter workflow (#13807)
1. Explicitly deny content changes in the workflow
2. Move comment body to env var
3. Restrict workflow to created comments
4. Restrict workflow to allow list of users
2022-03-07 18:25:25 +00:00
Ry Biesemeyer
44fce40916
action: add docs preview link when docs change. (#13752)
* action: add docs preview link when docs change.

When a pull-request is opened, or when the HEAD of an existing pull-request is changed, and the changeset modifies the docs, add a comment to the PR with a link to our docs preview.

* Apply suggestions from code review

Co-authored-by: João Duarte <jsvd@users.noreply.github.com>

Co-authored-by: João Duarte <jsvd@users.noreply.github.com>
2022-02-24 13:18:26 -08:00
João Duarte
5cee5ab451
Fix backport pr workflow conditional trigger 2022-02-17 22:42:20 +00:00
João Duarte
ac455ca131
Set git identity in PR backport action 2022-02-17 17:01:07 +00:00
João Duarte
db93181379
Ensure pr backport actions fetches all git history 2022-02-17 16:43:21 +00:00
João Duarte
75a343e7d1
Fix backport PR action trigger condition 2022-02-17 16:27:49 +00:00
João Duarte
b92ab7bf6a
Add workflow to create backport PRs based off of PR comments 2022-02-17 15:27:09 +00:00
Andres Rodriguez
7e582e3dbc
Update add_to_projects_beta.yml 2022-02-03 12:23:52 -05:00
Andres Rodriguez
6ab6c18ae4
Update add_to_projects_beta.yml 2022-02-03 12:23:05 -05:00
Andres Rodriguez
33419c672a
Update add_to_projects_beta.yml 2022-02-03 12:15:45 -05:00
Andres Rodriguez
775c353ec3
Update add_to_projects_beta.yml 2022-02-03 12:12:09 -05:00
Andres Rodriguez
259bf4837b
Update add_to_projects_beta.yml 2022-02-03 12:03:36 -05:00
Andres Rodriguez
dfa3a3c7e2
Update add_to_projects_beta.yml 2022-02-03 12:01:06 -05:00
Andres Rodriguez
ed28915296
Update add_to_projects_beta.yml 2022-02-03 11:58:51 -05:00
Andres Rodriguez
22f6e0e286
Update add_to_projects_beta.yml 2022-02-03 11:26:26 -05:00
Andres Rodriguez
714db7641f
Update add_to_projects_beta.yml 2022-02-03 11:22:27 -05:00
Andres Rodriguez
a501da6cff
Update add_to_projects_beta.yml 2022-02-03 11:17:49 -05:00
Andres Rodriguez
08b9525e2d
Update add_to_projects_beta.yml 2022-02-03 11:11:56 -05:00
Andres Rodriguez
05b8ec8cd8
Create add_to_projects_beta.yml 2022-02-03 11:11:27 -05:00
Karen Metts
180767c0ac
Add template for creating documentation issues (#13456) 2021-11-30 11:52:25 -05:00
Andrea Selva
d51afe54d5
Removed JAVA_HOME using only LS_JAVA_HOME (#13214)
Removes the usage of JAVA_HOME completely which is not anymore used for JDK path resolution.

Updated all the Logstash launching scripts to use only LS_JAVA_HOME as environment variable to
determine the JDK to use to launch Logstash. JAVA_HOME is abandoned for this job.
2021-09-15 09:29:07 +02:00
Andrea Selva
3ffdb99119
Deprecate JAVA_HOME preferring LS_JAVA_HOME (#13207)
Adds print of deprecation notices on stdout when Logstash is starting with JAVA_HOME instead of LS_JAVA_HOME
2021-09-08 11:06:53 +02:00
Andrea Selva
979ea21c5e
Introduce LS_JAVA_HOME environment variable (#13204)
This commit modifies the launch scripts to take care of the LS_JAVA_HOME giving precedence over the JAVA_HOME, which is still used it the first is not found.
2021-09-06 10:22:51 +02:00
Andres Rodriguez
7b360aaac3
Add new issue templates based on Elasticsearch's (#12814)
Adds GitHub issue templates to help users file issues, enhancement/feature requests, test failures, etc.
2021-04-14 18:44:38 -04:00
Karen Metts
c588c42dcf
Internal: Add release notes section to pr template (#12662) 2021-03-18 13:47:45 -04:00
Andres Rodriguez
60c80e0d51
Create PULL_REQUEST_TEMPLATE.md (#12182)
Adds pull request template to provide better information when creating a PR.
2020-09-22 16:26:22 -04:00
Jake Landis
7ccf168526 Add section for security vulnerabilities to new issue template.
Fixes #9283
2018-03-23 19:54:30 +00:00
Suyog Rao
215b34df34 Move Contributors for more visibility 2016-05-20 10:00:33 -07:00
Jordan Sissel
49cc5eafcc Remove the pull request template.
This was a good idea, but now every PR seems to be submitted with the
description being "Thanks for contributing to logstash!" and that's
pretty annoying.

Fixes #5306
2016-05-16 18:38:20 +00:00
Suyog Rao
e66621da7a Add GitHub templates for issues and PR
Fixes #5123
2016-04-15 18:41:06 +00:00